diff options
author | Eric Mathison <dev@ekmathison.com> | 2012-10-21 02:19:56 -0700 |
---|---|---|
committer | Eric Mathison <dev@ekmathison.com> | 2012-10-21 02:19:56 -0700 |
commit | b0cf0674ef732b4102bf793543ceed3d23897ab6 (patch) | |
tree | cc8d22453df6e2eb57c8ebc4553d192760cc1f67 /tools | |
parent | c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9 (diff) | |
download | zsh-b0cf0674ef732b4102bf793543ceed3d23897ab6.tar.gz zsh-b0cf0674ef732b4102bf793543ceed3d23897ab6.tar.bz2 zsh-b0cf0674ef732b4102bf793543ceed3d23897ab6.zip |
Fix color syntax
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index b080be3a1..6f58db939 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -13,7 +13,7 @@ hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh echo "\033[0;34mLooking for an existing zsh config...\033[0m" if [ -f ~/.zshrc ] || [ -h ~/.zshrc ] then - echo "\033[0;33mFound ~/.zshrc.\033[0m \033[0;32]Backing up to ~/.zshrc.pre-oh-my-zsh\033[0m"; + echo "\033[0;33mFound ~/.zshrc.\033[0m \033[0;32mBacking up to ~/.zshrc.pre-oh-my-zsh\033[0m"; cp ~/.zshrc ~/.zshrc.pre-oh-my-zsh; rm ~/.zshrc; fi |