Last active
April 25, 2017 08:57
-
-
Save peterchaula/ab90a1656c01ea56a1ce76d01084a67f to your computer and use it in GitHub Desktop.
Implement a back stack in bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#bash alias | |
alias cd="pushd . && cd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment