mcd() { mkdir -p "$1" && cd "$1" } ppgrep() { pgrep "$@" | xargs --no-run-if-empty ps fp } stocks() { if [ -z "$1" ] ; then cat <