From 709000757925b396adf499b2612212140407f261 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 16 Feb 2015 01:54:44 +0100 Subject: [PATCH] IMP tools/install.sh --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 17ba439..6fa75f6 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -23,7 +23,7 @@ if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then fi echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" -cp $ZCNF/templates/zshrc ~/.zshrc +ln -s $ZCNF/templates/zshrc ~/.zshrc ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases sed -i -e "/^export ZSH=/ c\\ export ZSH=$ZSH -- 2.0.0