mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] make mkdir verbose
This commit is contained in:
parent
96b69c0335
commit
fa7290f9a9
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ alias rmdir='rmdir -v'
|
|||
alias chmod='chmod -v'
|
||||
alias chown='chown -v'
|
||||
alias ln='ln -iv'
|
||||
alias mkdir='mkdir -v'
|
||||
|
||||
# print file sizes in human readable format
|
||||
alias du='du -h'
|
||||
|
|
Loading…
Reference in a new issue