[zsh] make ln more verbose

This commit is contained in:
Dmytro Meleshko 2019-07-31 22:43:35 +03:00
parent b4e9430b76
commit 5318cbd00c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ alias rm='rm -iv'
alias rmdir='rmdir -v'
alias chmod='chmod -v'
alias chown='chown -v'
alias ln='ln -iv'
# print file sizes in human readable format
alias du='du -h'