Add plugin: superstack

Love pushd? Who doesn't? Show your love by permanently aliasing cd to pushd!
pull/212/head
Jason Benterou 2013-06-02 21:54:15 -07:00
parent 5cb0ecc1c8
commit 75e358430d
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# cd becomes pushd
#
# Add to stack with: cd /path/to/directory
# Delete current dir from stack with: popd
# Show stack with: dirs
cite about-plugin
about-plugin 'always use pushd - cd becomes pushd'
alias cd='pushd'
alias dirs='dirs -v'