diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 867cfa6..a0e01f6 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -2,10 +2,6 @@ # 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 @@ -41,6 +37,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