Fix oh-my-zsh install path
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user