Commit 3a8625057a6be51c6aaa9f76156f1ef9fd871716

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

source $HOME/.zshrc

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

... ... @@ -2,6 +2,10 @@
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 +
5 9 export LANG=en_US.UTF-8
6 10  
7 11 # Compilation flags
... ... @@ -37,13 +41,10 @@ export HISTFILESIZE=
37 41 export HISTSIZE=
38 42 export HISTFILE=~/.history
39 43  
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 #source $HOME/.zshrc
46 46  
  47 +export ZSH=$ZCFG/packages/oh-my-zsh
47 48  
48 49 # Aliases
49 50 if [ -f $ZCFG/templates/bash_aliases.sh ]; then