diff --git a/dotfiles/zshrc.sh b/dotfiles/zshrc.sh index 501080d..bebd3b5 100644 --- a/dotfiles/zshrc.sh +++ b/dotfiles/zshrc.sh @@ -2,9 +2,6 @@ # ENVIRONMENT: export GJ_ENV=local_aptproxy -# Path to your oh-my-zsh installation. -export ZSH=$ZCFG/repos/oh-my-zsh - export LANG=en_US.UTF-8 # Compilation flags diff --git a/templates/zshrc.sh b/templates/zshrc.sh index dd91eb8..05f836a 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -3,6 +3,9 @@ export ZCFG=$HOME/.config/zsh-config export ZCFG_SPLIT=1 +# Path to your oh-my-zsh installation. +export ZSH=$ZCFG/repos/oh-my-zsh + # Environment export GJ_ENV=local_aptproxy export LANG=en_US.UTF-8