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/zshrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'files/.zsh/zshrc') diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc index e914e48..945cabf 100644 --- a/files/.zsh/zshrc +++ b/files/.zsh/zshrc @@ -11,13 +11,6 @@ for zshrc_snippet in "$HOME/.zsh/rc/S"[0-9][0-9]* ; do source "$zshrc_snippet" done -local_dir=$HOME/.zsh/rc-$HOSTNAME -if [ -d "$local_dir" ] ; then - for zshrc_snippet in "$local_dir/S"[0-9][0-9]* ; do - source "$zshrc_snippet" - done -fi - if [ -f "/etc/zsh_command_not_found" ] ; then source /etc/zsh_command_not_found fi -- cgit v1.2.3