aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/zshenv
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-01-07 21:53:45 +0600
committerAnton Bobov <abobov@gmail.com>2013-01-07 22:58:54 +0600
commit9d718e39cb4e54d4887d0fdbb97dcc0ac8b37cb7 (patch)
treef260682f3df82d01d5e711cb1c77956d002c1cf1 /files/.zsh/zshenv
parent70ecfad438cda19392b23793a74d1d8b37d7013f (diff)
Remove local configuration from default.
+ persistent vim local files includes. - remove vim color schema from default - remove zsh local configurations
Diffstat (limited to 'files/.zsh/zshenv')
-rw-r--r--files/.zsh/zshenv4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/.zsh/zshenv b/files/.zsh/zshenv
index c204cf9..7fca80e 100644
--- a/files/.zsh/zshenv
+++ b/files/.zsh/zshenv
@@ -1,5 +1 @@
source "$HOME/.zsh/rc/S20_environment"
-local_zshenv=$HOME/.zsh/rc-$(/bin/hostname)/S20_environment
-if [ -e "$local_zshenv" ] ; then
- source "$local_zshenv"
-fi