summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-12-19 13:32:03 +1300
committerDavid Phillips <david@sighup.nz>2016-12-19 13:32:03 +1300
commit987411b3f34c5ce2202377fb2df976d0467296fc (patch)
tree59c8143b7fe6681593ffc37b9105abdb6826fe05
parentc8103b70ac8d6011598aa18e393c9623ae1e36ca (diff)
downloaddotfiles-987411b3f34c5ce2202377fb2df976d0467296fc.tar.xz
Add push old
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index da80540..ea20a6e 100644
--- a/bashrc
+++ b/bashrc
@@ -101,6 +101,7 @@ alias xpdf="xpdf -cont"
alias feh="feh --magick-timeout=0"
alias xclip="xclip -selection c"
alias pd=popd
+alias po='pushd $OLDPWD'
cd() {
if [ $# -eq 0 ] ; then