From 3a8625057a6be51c6aaa9f76156f1ef9fd871716 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 22:00:53 +0200 Subject: [PATCH] source $HOME/.zshrc --- templates/zshrc.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.0.0