Skip to content

Instantly share code, notes, and snippets.

@pyetras
Created May 18, 2011 23:24
Show Gist options
  • Save pyetras/979814 to your computer and use it in GitHub Desktop.
Save pyetras/979814 to your computer and use it in GitHub Desktop.
### put this in your .bash_profile, .zshrc or whatever
pman () { man -t "$*" | open -fa Preview; }
pman pthread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment