From 076400ad719d7ba8ed7ff1b27577e330848c7325 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 May 2008 13:08:55 +0100 Subject: [PATCH] chdir back to the previous dir --- .zsh/zshrc/90_cleanfiles | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2