diff options
author | Sergey Lukin <contact@sergeylukinlukinlukin.com> | 2012-11-09 23:53:22 +0200 |
---|---|---|
committer | Sergey Lukin <contact@sergeylukinlukinlukin.com> | 2012-11-09 23:53:22 +0200 |
commit | ebeae4abe9b3ef2e626eb545e991bb5696c57de0 (patch) | |
tree | c7aabadeff3204ab8c2e285dd31ab97af6320126 /tools | |
parent | c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9 (diff) | |
download | zsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.tar.gz zsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.tar.bz2 zsh-ebeae4abe9b3ef2e626eb545e991bb5696c57de0.zip |
Fix /bin/sh compatibility issue in install.sh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index b080be3a1..0558c96ce 100755 --- a/tools/install.sh +++ b/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 |