From 97c910ca1754d5786acb176b4d5387519f7a6872 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 21 Jan 2012 17:23:32 +0100 Subject: init_new_user.sh: remove setopt no_global_rcs Signed-off-by: Florian Pritz --- init_new_user.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'init_new_user.sh') diff --git a/init_new_user.sh b/init_new_user.sh index 153ba64..b5efbde 100644 --- a/init_new_user.sh +++ b/init_new_user.sh @@ -16,6 +16,3 @@ for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc; do done mkdir -p .zsh .vim - -touch .zshenv -echo "setopt no_global_rcs" >> .zshenv -- cgit v1.2.3-24-g4f1b