Skip to content

Instantly share code, notes, and snippets.

@emreberge
Created December 2, 2011 20:25
Show Gist options
  • Select an option

  • Save emreberge/1424710 to your computer and use it in GitHub Desktop.

Select an option

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 $@"
}
@juliandkatz

Copy link
Copy Markdown

This helped me! Thanks!

@Symbolk

Symbolk commented Feb 13, 2020

Copy link
Copy Markdown

This helped me! Thanks!

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

@emreberge

emreberge commented Feb 13, 2020

Copy link
Copy Markdown
Author

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

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

@Symbolk

Symbolk commented Feb 15, 2020

Copy link
Copy Markdown

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

guiji56 commented Nov 27, 2021

Copy link
Copy Markdown

thanks

@meowfishorg

Copy link
Copy Markdown

Thanks +1!

@alexdemenezes

Copy link
Copy Markdown

Thanks!

@hustnzj

hustnzj commented Mar 26, 2023

Copy link
Copy Markdown

Thanks!

@akashgreninja

Copy link
Copy Markdown

Thanks a lot

@sanna-smarter

Copy link
Copy Markdown

Thanks!

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