diff --git a/templates/zshrc.sh b/templates/zshrc.sh index c68071f..222c591 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -2,6 +2,10 @@ # ENVIRONMENT: export GJ_ENV=local_aptproxy +export ZCFG=$HOME/.config/zsh-config +# Path to your oh-my-zsh installation. +export ZSH=$ZCFG/packages/oh-my-zsh + export LANG=en_US.UTF-8 # Compilation flags @@ -37,13 +41,10 @@ export HISTFILESIZE= export HISTSIZE= export HISTFILE=~/.history -export ZCFG=$HOME/.config/zsh-config -# Path to your oh-my-zsh installation. -export ZSH=$ZCFG/packages/oh-my-zsh - source $ZSH/oh-my-zsh.sh #source $HOME/.zshrc +export ZSH=$ZCFG/packages/oh-my-zsh # Aliases if [ -f $ZCFG/templates/bash_aliases.sh ]; then