Commit 6a2e65f4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1402 from sergeylukin/master

Fix install.sh compatibility with /bin/sh
parents 59db638d ebeae4ab
...@@ -43,4 +43,4 @@ echo "\033[0;32m"' /____/ '"\033[0m ...@@ -43,4 +43,4 @@ echo "\033[0;32m"' /____/ '"\033[0m
echo "\n\n \033[0;32m....is now installed.\033[0m" echo "\n\n \033[0;32m....is now installed.\033[0m"
echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m"
/usr/bin/env zsh /usr/bin/env zsh
source ~/.zshrc . ~/.zshrc
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment