Add plugin: superstack
Love pushd? Who doesn't? Show your love by permanently aliasing cd to pushd!pull/212/head
parent
5cb0ecc1c8
commit
75e358430d
|
|
@ -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'
|
||||||
Loading…
Reference in New Issue