Commit 79c529a6c5532b24ec26949a1147c348e9c6974a

Authored by mj
1 parent 8ac64c7750
Exists in master and in 2 other branches 02-merge, dev

export ZSH=$ZCFG/packages/oh-my-zsh

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -2,10 +2,6 @@
2 2 # ENVIRONMENT:
3 3 export GJ_ENV=local_aptproxy
4 4  
5   -export ZCFG=$HOME/.config/zsh-config
6   -# Path to your oh-my-zsh installation.
7   -export ZSH=$ZCFG/packages/oh-my-zsh
8   -
9 5 export LANG=en_US.UTF-8
10 6  
11 7 # Compilation flags
... ... @@ -41,6 +37,10 @@ export HISTFILESIZE=
41 37 export HISTSIZE=
42 38 export HISTFILE=~/.history
43 39  
  40 +export ZCFG=$HOME/.config/zsh-config
  41 +# Path to your oh-my-zsh installation.
  42 +export ZSH=$ZCFG/packages/oh-my-zsh
  43 +
44 44 source $ZSH/oh-my-zsh.sh
45 45  
46 46