zsh:alias: Disable globbing for zmv
This commit is contained in:
@@ -131,6 +131,8 @@ fi
|
|||||||
)" gpg'
|
)" gpg'
|
||||||
# Use a reasonable time format
|
# Use a reasonable time format
|
||||||
alias date='env LC_TIME=tk_TM date'
|
alias date='env LC_TIME=tk_TM date'
|
||||||
|
# Disable globbing
|
||||||
|
alias zmv='noglob zmv'
|
||||||
|
|
||||||
# External command depending aliases
|
# External command depending aliases
|
||||||
(( ! $+commands[zathura] )) ||
|
(( ! $+commands[zathura] )) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user