From 98682f3a5210cae570364cf05aad0b412e126ffa Mon Sep 17 00:00:00 2001 From: Davide Riccardo Caliendo Date: Fri, 26 Jul 2013 14:33:05 +0200 Subject: [PATCH] hardcoding basepath --- zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 5718a6b..ce57c76 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,6 @@ +BASE=$HOME/.config/zsh # Path to your oh-my-zsh configuration. -ZSH=`dirname $(readlink $0)` +ZSH=$BASE/oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ @@ -43,7 +44,7 @@ ZSH_THEME="dpoggi" plugins=(git) source $ZSH/oh-my-zsh.sh -source $ZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source $BASE/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Customize to your needs... alias -g emc='emacsclient -c' -- 2.20.1