remove df alias

This commit is contained in:
Ray Elliott 2020-09-26 23:01:22 +01:00
commit ecc7b7e212

View file

@ -13,8 +13,6 @@ alias ls='ls --color=auto -h'
alias bulk-rename='vimv'
alias cp='cp -i'
alias df='df -h'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
alias hgrep='history | grep --color=auto'