mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Merge remote-tracking branch 'cadusk/master'
Conflicts: lib/aliases.zsh templates/zshrc-linux.zsh templates/zshrc-mac.zsh tools/install.sh
This commit is contained in:
commit
92ed38cb85
4 changed files with 13 additions and 14 deletions
|
|
@ -10,7 +10,6 @@ if [ -d "$ZSH" ]; then
|
|||
fi
|
||||
|
||||
echo "\033[0;34mCloning Oh My Zsh...\033[0m"
|
||||
hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git $ZSH || {
|
||||
echo "git not installed"
|
||||
exit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue