[zsh] add zsh deprecation notice

This commit is contained in:
Dmytro Meleshko 2019-05-09 18:58:25 +03:00
parent 4200729432
commit a6241e3cd4

View file

@ -40,3 +40,5 @@ alias chown='chown -v'
# print file sizes in human readable format
alias du='du -h'
alias df='df -h'
alias apt-get="echo -e \"use 'apt' instead of 'apt-get'\nif you really want to use 'apt-get', type '"'\\\\'"apt-get'\" #"