From 7eef2680e743cc5c5857febc4fdb98086fbaae60 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobyev Date: Wed, 1 Feb 2012 22:27:25 +0400 Subject: [PATCH] ensure zshrc exists --- tools/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.sh b/tools/install.sh index 238f856cf..17181c04b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -33,4 +33,5 @@ echo "\033[0;32m"' /____/ '"\033[0m echo "\n\n \033[0;32m....is now installed.\033[0m" /usr/bin/env zsh +touch ~/.zshrc source $HOME/.zshrc