From 88e4b992d90f2a7283058a1a93c388a9576bad5b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 19 Aug 2016 23:58:25 +1200 Subject: Move OLDPWD setting to POSIX sh dir With an attempt at correct trapping; may still require tweaking --- bash/bash_logout | 3 --- 1 file changed, 3 deletions(-) (limited to 'bash/bash_logout') diff --git a/bash/bash_logout b/bash/bash_logout index e8137e55..afb088b8 100644 --- a/bash/bash_logout +++ b/bash/bash_logout @@ -12,6 +12,3 @@ fi if ((SHLVL == 1)) ; then clear_console -q 2>/dev/null fi - -# Write PWD to a file if set -printf '%s\n' "$PWD" > "${OLDPWD_FILE:-$HOME/.oldpwd}" -- cgit v1.2.3