Removed useless else
This commit is contained in:
parent
07708d6edd
commit
1de3f62255
5
tools/install.sh
Normal file → Executable file
5
tools/install.sh
Normal file → Executable file
@ -2,10 +2,10 @@ if [ -d ~/.oh-my-zsh ]
|
|||||||
then
|
then
|
||||||
echo "You already have Oh My Zsh installed. You'll need to remove ~/.oh-my-zsh if you want to install"
|
echo "You already have Oh My Zsh installed. You'll need to remove ~/.oh-my-zsh if you want to install"
|
||||||
exit
|
exit
|
||||||
else
|
fi
|
||||||
|
|
||||||
echo "Cloning Oh My Zsh..."
|
echo "Cloning Oh My Zsh..."
|
||||||
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Looking for an existing zsh config..."
|
echo "Looking for an existing zsh config..."
|
||||||
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]
|
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]
|
||||||
@ -27,4 +27,3 @@ chsh -s /bin/zsh
|
|||||||
echo "Hooray! Oh My Zsh has been installed."
|
echo "Hooray! Oh My Zsh has been installed."
|
||||||
/bin/zsh
|
/bin/zsh
|
||||||
source ~/.zshrc
|
source ~/.zshrc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user