Commit 1a26cafca9517b88ed2883b4d26a00f694abfe11
1 parent
c62a0b5271
Exists in
master
and in
1 other branch
[FIX] install.sh: Cloning Zsh Config...
error: unknown option `no-tags'
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
repos/robbyrussell/oh-my-zsh/oh-my-zsh.sh
... | ... | @@ -3,8 +3,6 @@ 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 | -export ZSH=$ZCFG/packages/oh-my-zsh | |
7 | - | |
8 | 6 | # Initializes Oh My Zsh |
9 | 7 | |
10 | 8 | # add a function path |