Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
886d97f4
Commit
886d97f4
authored
Oct 16, 2009
by
Toon Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed useless else
parent
a75d0ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
install.sh
tools/install.sh
+3
-4
No files found.
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