Browse Source

Fix /bin/sh compatibility issue in install.sh

Sergey Lukin 12 years ago
parent
commit
ebeae4abe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/install.sh

+ 1 - 1
tools/install.sh

@@ -36,4 +36,4 @@ echo "\033[0;32m"'                        /____/                       '"\033[0m
 
 echo "\n\n \033[0;32m....is now installed.\033[0m"
 /usr/bin/env zsh
-source ~/.zshrc
+. ~/.zshrc