From 2c76f7458f0ad5f968eba2dee1b860fda8a83192 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 23 Feb 2012 11:48:08 -0500 Subject: [PATCH] removing something to fix annoying indentation error. --- envsetup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/envsetup.py b/envsetup.py index d87afb2..2e79e29 100644 --- a/envsetup.py +++ b/envsetup.py @@ -104,12 +104,7 @@ def checksandactions(): else: print "Setting default shell for this user to zsh! Log out and log back in to see changes." setzsh = call("chsh -s $(which zsh)", shell = True) - zshhistory = call("touch ~/.zhistory", shell = True) - - #Downloads environment update script - print "downloading environment update script" - urldownload(confurl = envupdate) - scriptperm = call("chmod a+x envupdate.sh", shell = True) + zshhistory = call("touch ~/.zhistory", shell = True) def envArch(): sudocheck()