From 987411b3f34c5ce2202377fb2df976d0467296fc Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 19 Dec 2016 13:32:03 +1300 Subject: Add push old --- bashrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1