aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshenv
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:47:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:47:52 +1200
commitacc16b8dc108962f3950745cf1f5cf8cb77431a9 (patch)
treef940298dbbf4aeb455d341f4ce76c9dd18c7eab6 /zsh/zshenv
parentCouple more Zsh options (diff)
downloaddotfiles-acc16b8dc108962f3950745cf1f5cf8cb77431a9.tar.gz
dotfiles-acc16b8dc108962f3950745cf1f5cf8cb77431a9.zip
Well, that was underwhelming.
Diffstat (limited to 'zsh/zshenv')
-rw-r--r--zsh/zshenv13
1 files changed, 0 insertions, 13 deletions
diff --git a/zsh/zshenv b/zsh/zshenv
deleted file mode 100644
index a25472a0..00000000
--- a/zsh/zshenv
+++ /dev/null
@@ -1,13 +0,0 @@
-# Add ~/bin to the path if it exists.
-if [[ -d "$HOME/bin" ]]; then
- PATH="$HOME/bin:$PATH"
-fi
-
-# Add machine-specific local file if it exists.
-if [[ -e "$HOME/.zshenv_local" ]]; then
- . "$HOME/.zshenv_local"
-fi
-
-# None of this UTF8 drawing characters nonsense.
-export NCURSES_NO_UTF8_ACS=1
-