1 2 3 4 5 6 7 8 9
mcd() { mkdir -p "$1" && cd "$1" } ppgrep() { pgrep "$@" | xargs --no-run-if-empty ps fp } # vim: ft=zsh :