Created
March 22, 2012 05:50
-
-
Save rondale-sc/2156493 to your computer and use it in GitHub Desktop.
man-and-ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # for zsh | |
| # echo 'alias man="gem man -s"' >> ~/.zshrc | |
| # source ~/.zshrc | |
| echo 'alias man="gem man -s"' >> ~/.bashrc | |
| source ~/.bashrc | |
| man gem-man |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment