# -*- mode: shell-script -*- autoload -Uz vault alias df='df -Ph' alias ls='ls -G' alias lsh='du -a | sort -h' alias pip=pip3 alias python=python3 alias rsync='rsync --exclude=.DS_Store' if (( ${path[(I)/usr/local/opt/coreutils/libexec/gnubin]} )); then alias ls='ls --color --group-directories-first' alias lsh='ls -Shrs' fi