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
Ohmyzsh
Commits
59de9aaa
Commit
59de9aaa
authored
Apr 19, 2014
by
Robby Russell
Browse files
Merge pull request #2671 from ukrutt/master
Correct redirection of stderr
parents
01dcf51f
f46d06da
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/install.sh
View file @
59de9aaa
...
@@ -10,7 +10,7 @@ if [ -d "$ZSH" ]; then
...
@@ -10,7 +10,7 @@ if [ -d "$ZSH" ]; then
fi
fi
echo
"
\0
33[0;34mCloning Oh My Zsh...
\0
33[0m"
echo
"
\0
33[0;34mCloning Oh My Zsh...
\0
33[0m"
hash
git
>
/dev/null
&&
/usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git
$ZSH
||
{
hash
git
>
/dev/null
2>&1
&&
/usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git
$ZSH
||
{
echo
"git not installed"
echo
"git not installed"
exit
exit
}
}
...
...
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