aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 01:26:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 01:27:06 +1200
commit90c21a27bb648a3c592cc7d2ea18a944177c8f83 (patch)
tree647641c03ff61da315b45e665721c8a098f9330b /sh/profile.d
parentPass null arg to manual cleanup() call in apf(1) (diff)
downloaddotfiles-90c21a27bb648a3c592cc7d2ea18a944177c8f83.tar.gz
dotfiles-90c21a27bb648a3c592cc7d2ea18a944177c8f83.zip
Move oldpwd.sh functionality into profile
Diffstat (limited to 'sh/profile.d')
-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