From 79c529a6c5532b24ec26949a1147c348e9c6974a Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 21:49:24 +0200 Subject: [PATCH] export ZSH=$ZCFG/packages/oh-my-zsh --- templates/zshrc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.0.0