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 $@"
}
@Symbolk
Copy link

Symbolk commented Feb 15, 2020

How to config on-my-zsh to use this function?

You can append the code to your ~/.zshrc file, then restart your terminal.

Thanks!

@guiji56
Copy link

guiji56 commented Nov 27, 2021

thanks

@meowfishorg
Copy link

Thanks +1!

@alexdemenezes
Copy link

Thanks!

@hustnzj
Copy link

hustnzj commented Mar 26, 2023

Thanks!

@akashgreninja
Copy link

Thanks a lot

@sanna-smarter
Copy link

Thanks!

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