Add pman alias

This commit is contained in:
2014-01-14 10:39:55 +00:00
parent b01e44ccfc
commit 2cc7dcfa3f

View File

@@ -52,6 +52,11 @@ function mcd() {
mkdir -p "$1" && cd "$1";
}
# Open man page in Preview.
pman () {
man -t "${1}" | open -f -a /Applications/Preview.app
}
# Extract most common archives with single command.
# - from: http://alias.sh/extract-most-know-archives-one-command
function extract () {