Commit d1ed76128c7736d91134f556ae077c6fe56e423f

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

[IMP] export ZSH

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -2,9 +2,6 @@
2 2 # ENVIRONMENT:
3 3 export GJ_ENV=local_aptproxy
4 4  
5   -# Path to your oh-my-zsh installation.
6   -export ZSH=$ZCFG/repos/oh-my-zsh
7   -
8 5 export LANG=en_US.UTF-8
9 6  
10 7 # Compilation flags
... ... @@ -3,6 +3,9 @@
3 3 export ZCFG=$HOME/.config/zsh-config
4 4 export ZCFG_SPLIT=1
5 5  
  6 +# Path to your oh-my-zsh installation.
  7 +export ZSH=$ZCFG/repos/oh-my-zsh
  8 +
6 9 # Environment
7 10 export GJ_ENV=local_aptproxy
8 11 export LANG=en_US.UTF-8