Commit 1e57f178b0ea0fe27ff449c0cecca7c23399f432

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

.zshrc.sh: FIX

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

... ... @@ -2,7 +2,6 @@
2 2 # ENVIRONMENT:
3 3 export GJ_ENV=local_aptproxy
4 4  
5   -export ZCFG=$HOME/.config/zsh-config
6 5 # Path to your oh-my-zsh installation.
7 6 export ZSH=$ZCFG/packages/oh-my-zsh
8 7  
... ... @@ -34,16 +33,15 @@ if [ -f $ZCFG/dotfiles/environment.sh ]; then
34 33 . $ZCFG/dotfiles/environment.sh
35 34 fi
36 35  
  36 +# History
37 37 export HISTFILESIZE=
38 38 export HISTSIZE=
39 39 export HISTFILE=~/.history
40 40  
41   -#source $ZSH/oh-my-zsh.sh
42   -source $HOME/.config/zsh-config/packages/oh-my-zsh/oh-my-zsh.sh
43   -
44   -export ZSH=$ZCFG/packages/oh-my-zsh
  41 +# Apply
  42 +source $ZSH/oh-my-zsh.sh
45 43  
46 44 # Aliases
47 45 if [ -f $ZCFG/templates/bash_aliases.sh ]; then
48 46 . $ZCFG/templates/bash_aliases.sh
49 47 -fi
  48 +fi
50 49 \ No newline at end of file
1 1 #@IgnoreInspection AddShebang
2 2  
  3 +export ZCFG=$HOME/.config/zsh-config
  4 +
3 5 # ENVIRONMENT:
4 6 export GJ_ENV=local_aptproxy
5 7