From 3ab1724be3f6580de355030f9649e7bf5ba84aed Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 8 Jan 2012 14:56:56 -0500 Subject: [PATCH] adding creation of .zshistory file --- envsetup.py | 1 + 1 file changed, 1 insertion(+) 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()