Navigation Menu

Skip to content

Commit

Permalink
add alias to reload zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
akmassey committed Apr 25, 2015
1 parent 56bdc4b commit 1963847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .zsh/aliases
Expand Up @@ -95,7 +95,6 @@ alias todo='grep -r -n -e TODO -e FIXME -e XXX -e OPTIMIZE -e AKM'
# create an alias for wget to use curl
alias wget="curl -O --retry 999 --retry-max-time 0 -C -"


# Faster Navigation with Marks, achieved through zsh "jump" plugin
# http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html
alias j='jump'
Expand All @@ -104,3 +103,6 @@ alias j='jump'
# More info: https://github.com/srsudar/eg
alias woman='eg'

alias reset='source ~/.zshrc'


0 comments on commit 1963847

Please sign in to comment.