adding creation of .zshistory file

This commit is contained in:
staticsafe 2012-01-08 14:56:56 -05:00
parent 3f0860d16f
commit 3ab1724be3
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ def checksandactions():
else: else:
print "Setting default shell for this user to zsh! Log out and log back in to see changes." 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) setzsh = call("chsh -s $(which zsh)", shell = True)
zshhistory = call("touch ~/.zshistory". shell = True)
def envArch(): def envArch():
sudocheck() sudocheck()