Skip to content

Instantly share code, notes, and snippets.

@campo
Created February 1, 2013 23:38
Show Gist options
  • Save campo/4694954 to your computer and use it in GitHub Desktop.
Save campo/4694954 to your computer and use it in GitHub Desktop.
this should go in .oh-my-zsh/custom/plugins/campo/campo.plugin.zsh
mh() { cd ~/Projects/mightyhive/$1; }
_mh() { _files -W ~/Projects/mightyhive/ -/; }
compdef _mh mh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment