From d1ed76128c7736d91134f556ae077c6fe56e423f Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 26 Oct 2015 23:11:41 +0100 Subject: [PATCH] [IMP] export ZSH --- dotfiles/zshrc.sh | 3 --- templates/zshrc.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.0.0