Skip to content

Instantly share code, notes, and snippets.

@OMantere
Created August 5, 2016 18:37
Show Gist options
  • Save OMantere/fed366885585f0e5f43636d20fedf0af to your computer and use it in GitHub Desktop.
Save OMantere/fed366885585f0e5f43636d20fedf0af to your computer and use it in GitHub Desktop.
alias ..='cd ..'
alias ...='cd ../../'
alias ....='cd ../../../'
alias .....='cd ../../../../'
alias ......='cd ../../../../../'
@OMantere
Copy link
Author

OMantere commented Aug 5, 2016

Fun file backstep alias

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