mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 01:10:09 +00:00
Fix /bin/sh compatibility issue in install.sh
This commit is contained in:
parent
c2ae9e09ca
commit
ebeae4abe9
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,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"
|
||||||
/usr/bin/env zsh
|
/usr/bin/env zsh
|
||||||
source ~/.zshrc
|
. ~/.zshrc
|
||||||
|
|
Loading…
Reference in a new issue