make sure the proper zshrc is used
This commit is contained in:
parent
b4c79069d4
commit
96bd318184
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ apply() {
|
||||||
[ -d "$PL_DIR" ] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $PL_DIR
|
[ -d "$PL_DIR" ] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $PL_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unlink $HOME/.zshrc
|
||||||
[ -e "$HOME/.zshrc" ] || ln files/.zshrc $HOME/.zshrc
|
[ -e "$HOME/.zshrc" ] || ln files/.zshrc $HOME/.zshrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue