mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #1402 from sergeylukin/master
Fix install.sh compatibility with /bin/sh
This commit is contained in:
commit
6a2e65f4c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue