aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_logout
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_logout')
-rw-r--r--bash/bash_logout3
1 files changed, 0 insertions, 3 deletions
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}"