mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Fix /bin/sh compatibility issue in install.sh
This commit is contained in:
parent
96cd8784be
commit
9a97fae1e9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,4 +35,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