Skip to content

Instantly share code, notes, and snippets.

/.sh Secret

Created January 27, 2015 01:34
Show Gist options
  • Save anonymous/61302a26a251786f97a0 to your computer and use it in GitHub Desktop.
Save anonymous/61302a26a251786f97a0 to your computer and use it in GitHub Desktop.
export MYMANPATH=$HOME/man/manl
function mm {
vi "$MYMANPATH/$1"
}
function _completeman {
reply=($(ls $MYMANPATH))
}
compctl -K _completeman mm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment