mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Don't force oh-my-zsh if it exists.
This commit is contained in:
@@ -41,6 +41,9 @@ echo "Installing vim."
|
||||
confirmAndLink $DIR/vim/vimrc $HOME/.vimrc
|
||||
confirmAndLink $DIR/vim $HOME/.vim
|
||||
|
||||
which zsh
|
||||
if which zsh
|
||||
then
|
||||
echo "Installing zsh"
|
||||
|
||||
if [ ! -e $HOME/.oh-my-zsh ]
|
||||
@@ -52,3 +55,4 @@ else
|
||||
fi
|
||||
|
||||
echo "Installation finished."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user