Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created January 25, 2012 19:20
Show Gist options
  • Select an option

  • Save paulmars/1678016 to your computer and use it in GitHub Desktop.

Select an option

Save paulmars/1678016 to your computer and use it in GitHub Desktop.
ZSH go backwards by 1, 2, 3
alias 1='cd -'
alias 2='cd +2'
alias 3='cd +3'
alias 4='cd +4'
alias 5='cd +5'
alias 6='cd +6'
alias 7='cd +7'
alias 8='cd +8'
alias 9='cd +9'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment