removing dus alias, never used.
This commit is contained in:
parent
cb895f170c
commit
bf789f0d38
1 changed files with 0 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue