diff --git a/envsetup.py b/envsetup.py index 3b09566..693e998 100644 --- a/envsetup.py +++ b/envsetup.py @@ -83,6 +83,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 ~/.zshistory". shell = True) def envArch(): sudocheck()