diff --git a/.config/shell/aliases.sh b/.config/shell/aliases.sh index 70e8429..77754d2 100644 --- a/.config/shell/aliases.sh +++ b/.config/shell/aliases.sh @@ -1,6 +1,10 @@ # From https://mastodon.xyz/@CarlCravens/105758509287927276 alias clear='clear; tput cup $LINES 0' +foldersize(){ + du -sh $@ +} + tmm(){ if [ -z $1 ]; then tmux attach-session -t 0 || tmux