removing dus alias, never used.

This commit is contained in:
Andrew Davidson 2020-06-23 06:02:41 -04:00
parent cb895f170c
commit bf789f0d38
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -12,9 +12,6 @@ else
alias ll='ls --color=auto -GFhl ' # Same as above, but in long listing format
fi
# List directories sorted by size
alias dus='du -sckx * | sort -nr'
# Refresh when settings have been updated
alias refresh='source ~/.zshrc'