From: martin f. krafft Date: Fri, 9 May 2008 12:08:55 +0000 (+0100) Subject: chdir back to the previous dir X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/076400ad719d7ba8ed7ff1b27577e330848c7325 chdir back to the previous dir --- diff --git a/.zsh/zshrc/90_cleanfiles b/.zsh/zshrc/90_cleanfiles index 5e333d7..75a5a49 100644 --- a/.zsh/zshrc/90_cleanfiles +++ b/.zsh/zshrc/90_cleanfiles @@ -10,6 +10,7 @@ typeset -la rmfiles +_OLDPWD="$PWD" cd ~ rmfiles+=plugin131.trace @@ -42,4 +43,7 @@ fi unset _rmfiles +cd $_OLDPWD +unset _OLDPWD + # vim:ft=zsh