Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
886d97f4
Commit
886d97f4
authored
Oct 16, 2009
by
Toon Claes
Browse files
Removed useless else
parent
a75d0ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/install.sh
100644 → 100755
View file @
886d97f4
...
...
@@ -2,11 +2,11 @@ if [ -d ~/.oh-my-zsh ]
then
echo
"You already have Oh My Zsh installed. You'll need to remove ~/.oh-my-zsh if you want to install"
exit
else
echo
"Cloning Oh My Zsh..."
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
fi
echo
"Cloning Oh My Zsh..."
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
echo
"Looking for an existing zsh config..."
if
[
-f
~/.zshrc
]
||
[
-h
~/.zshrc
]
then
...
...
@@ -27,4 +27,3 @@ chsh -s /bin/zsh
echo
"Hooray! Oh My Zsh has been installed."
/bin/zsh
source
~/.zshrc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment