From 7e0b5c1e8793ec77c3b3d4d07bb48d3ec9d9c473 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 22:19:06 +0200 Subject: [PATCH] FIX install.sh --- tools/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 0d61db0..ae5fc51 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -86,10 +86,10 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-c echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" cp $ZCNF/templates/zshrc.sh ~/.zshrc cp $ZCNF/templates/bashrc.sh ~/.bashrc - # ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases -sed -i -e "/^export ZSH=/ c\\ -export ZSH=$ZSH -" ~/.zshrc + +#sed -i -e "/^export ZSH=/ c\\ +#export ZSH=$ZSH +#" ~/.zshrc echo "\033[0;34mCopying your current PATH and adding it to the end of ~/.zshrc for you.\033[0m" sed -i -e "/export PATH=/ c\\ -- 2.0.0