+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/
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'