From 90cf3a2a3e1b90dbe34421dbc008ee8c9bee8d32 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Aug 2013 13:04:43 +0200 Subject: [PATCH] Bug. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3c7253b..0ce0eb9 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.zshrc -echo "eval $( gdircolors -b ~/.dotfiles/dircolors ) " >> ~/.zshrc +echo '$eval $( gdircolors -b ~/.dotfiles/dircolors ) ' >> ~/.zshrc echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc