Skip to content

Instantly share code, notes, and snippets.

@peterchaula
Last active April 25, 2017 08:57
Show Gist options
  • Save peterchaula/ab90a1656c01ea56a1ce76d01084a67f to your computer and use it in GitHub Desktop.
Save peterchaula/ab90a1656c01ea56a1ce76d01084a67f to your computer and use it in GitHub Desktop.
Implement a back stack in bash
#bash alias
alias cd="pushd . && cd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment