Skip to content

Instantly share code, notes, and snippets.

@emreberge
Created December 2, 2011 20:25
Show Gist options
  • Save emreberge/1424710 to your computer and use it in GitHub Desktop.
Save emreberge/1424710 to your computer and use it in GitHub Desktop.
Bash help function for using with oh-my-zshell
function help(){
bash -c "help $@"
}
@sanna-smarter
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment