aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/oldpwd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/oldpwd.sh')
-rw-r--r--sh/profile.d/oldpwd.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/sh/profile.d/oldpwd.sh b/sh/profile.d/oldpwd.sh
deleted file mode 100644
index 91dd1dba..00000000
--- a/sh/profile.d/oldpwd.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# If we can read ~/.oldpwd, make its contents our OLDPWD
-if [ -r "${OLDPWD_FILE:-$HOME/.oldpwd}" ] ; then
- IFS= read -r OLDPWD < "${OLDPWD_FILE:-$HOME/.oldpwd}"
- export OLDPWD
-fi