From 9d718e39cb4e54d4887d0fdbb97dcc0ac8b37cb7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 7 Jan 2013 21:53:45 +0600 Subject: Remove local configuration from default. + persistent vim local files includes. - remove vim color schema from default - remove zsh local configurations --- files/.zsh/zshenv | 4 ---- 1 file changed, 4 deletions(-) (limited to 'files/.zsh/zshenv') 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 -- cgit v1.2.3