aboutsummaryrefslogtreecommitdiff
path: root/ksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-18 12:54:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-18 12:57:39 +1300
commit09bc29e2dbeadc811491f555e71397dfa0264704 (patch)
treeaf5d717ab5b195024b90f42fa83794090be2b78f /ksh
parentChange syntax of ksh prompt func declaration (diff)
downloaddotfiles-09bc29e2dbeadc811491f555e71397dfa0264704.tar.gz
dotfiles-09bc29e2dbeadc811491f555e71397dfa0264704.zip
Change tack; force ENV if the file exists
Diffstat (limited to 'ksh')
-rw-r--r--ksh/profile.d/ksh.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ksh/profile.d/ksh.sh b/ksh/profile.d/ksh.sh
deleted file mode 100644
index 61626b1a..00000000
--- a/ksh/profile.d/ksh.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# If ksh93 as a login shell decided to give ENV a bizarre value, quietly shunt
-# it out of the way. This is probably not how I'm supposed to do this, but I
-# can't find documentation as to why ksh93 chooses this value.
-case $ENV in
- .sh.ENV) [ -f "$ENV" ] || unset ENV ;;
-esac