add size alias

This commit is contained in:
Ezra Barrow 2020-04-15 17:21:21 -04:00
parent e44803ef26
commit ec197a485d
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ fi
# Set vim to user-installed neovim
alias vim='~/bin/nvim.appimage'
# Handy shortcut to view big folders
alias size='du --max-depth=1 -h | sort -h'
# }}}
# Functions {{{