summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-12-21 22:26:11 +1300
committerDavid Phillips <david@sighup.nz>2016-12-21 22:26:11 +1300
commitbe642ccec679ab738e8d4470a78708c752ad4878 (patch)
tree733020b645df9888664bb079557d2d9bba3ebba1 /bashrc
parentea1b12d5874858ea8020dd2c6845fd9da971f81c (diff)
parent987411b3f34c5ce2202377fb2df976d0467296fc (diff)
downloaddotfiles-be642ccec679ab738e8d4470a78708c752ad4878.tar.xz
Merge branch 'master' of hermes:/srv/git/david/dotfiles
Diffstat (limited to 'bashrc')
-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