zsh:alias: Alias mkdir to mkcd

This commit is contained in:
2022-07-13 17:55:34 +02:00
parent e931f20a7e
commit 7834a6bee2

View File

@@ -148,6 +148,8 @@ fi
alias date='env LC_TIME=tk_TM date'
# Disable globbing
alias zmv='noglob zmv'
# Automatically change into new directory (if only one was passed)
alias mkdir='mkcd'
# External command depending aliases
(( ! $+commands[zathura] )) ||