[zsh] make ln more verbose

This commit is contained in:
Dmytro Meleshko 2019-07-31 22:43:35 +03:00
parent b4e9430b76
commit 5318cbd00c

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'