zsh:alias: Disable globbing for zmv

This commit is contained in:
2021-09-08 13:45:20 +02:00
parent 62a5eca95d
commit 043f3a4faa

View File

@@ -131,6 +131,8 @@ fi
)" gpg'
# Use a reasonable time format
alias date='env LC_TIME=tk_TM date'
# Disable globbing
alias zmv='noglob zmv'
# External command depending aliases
(( ! $+commands[zathura] )) ||