Skip to content

Commit

Permalink
add alias for eg
Browse files Browse the repository at this point in the history
  • Loading branch information
akmassey committed Apr 24, 2015
1 parent 66df06d commit 9e3d309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ alias wget="curl -O --retry 999 --retry-max-time 0 -C -"
# http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
alias j='jump'

# Alias for the eg tool, which is like man, but a little bit more practical.
# More info: https://github.com/srsudar/eg
alias woman='eg'

0 comments on commit 9e3d309

Please sign in to comment.