Commit 0bceba95f5fd2251466aee98b662e31dcc642330
1 parent
e03f7bf878
Exists in
master
and in
2 other branches
oh-my-zsh.sh: env ZSH=$ZCFG/packages/oh-my-zsh
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
repos/robbyrussell/oh-my-zsh/oh-my-zsh.sh
... | ... | @@ -3,6 +3,8 @@ if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then |
3 | 3 | env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh |
4 | 4 | fi |
5 | 5 | |
6 | +env ZSH=$ZCFG/packages/oh-my-zsh | |
7 | + | |
6 | 8 | # Initializes Oh My Zsh |
7 | 9 | |
8 | 10 | # add a function path |