Fix oh-my-zsh install path

This commit is contained in:
2021-05-09 10:24:38 +08:00
parent eb27b8b810
commit 3f7fb94819

View File

@@ -11,7 +11,7 @@ else
fi fi
echo "Install oh-my-zsh and plugins" echo "Install oh-my-zsh and plugins"
if ! [ -d .oh-my-zsh ]; then if ! [ -d "$HOME/.oh-my-zsh" ]; then
git clone https://github.com/ohmyzsh/ohmyzsh "$HOME/.oh-my-zsh" git clone https://github.com/ohmyzsh/ohmyzsh "$HOME/.oh-my-zsh"
fi fi