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 Inline Diff

1 #@IgnoreInspection AddShebang 1 #@IgnoreInspection AddShebang
2 # ENVIRONMENT: 2 # ENVIRONMENT:
3 export GJ_ENV=local_aptproxy 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 export LANG=en_US.UTF-8 9 export LANG=en_US.UTF-8
6 10
7 # Compilation flags 11 # Compilation flags
8 export ARCHFLAGS="-arch x86_64" 12 export ARCHFLAGS="-arch x86_64"
9 13
10 # Themes are in (...)/oh-my-zsh/themes/ or "random" 14 # Themes are in (...)/oh-my-zsh/themes/ or "random"
11 ZSH_THEME="mj" 15 ZSH_THEME="mj"
12 16
13 CASE_SENSITIVE="true" 17 CASE_SENSITIVE="true"
14 DISABLE_AUTO_UPDATE="true" 18 DISABLE_AUTO_UPDATE="true"
15 #DISABLE_AUTO_TITLE="true" 19 #DISABLE_AUTO_TITLE="true"
16 ENABLE_CORRECTION="false" 20 ENABLE_CORRECTION="false"
17 COMPLETION_WAITING_DOTS="true" 21 COMPLETION_WAITING_DOTS="true"
18 DISABLE_UNTRACKED_FILES_DIRTY="true" 22 DISABLE_UNTRACKED_FILES_DIRTY="true"
19 HIST_STAMPS="dd.mm.yyyy" 23 HIST_STAMPS="dd.mm.yyyy"
20 ZSH_CUSTOM=ZCFG/custom 24 ZSH_CUSTOM=ZCFG/custom
21 25
22 plugins=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload 26 plugins=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload
23 #pip python virtualenv virtualenvwrapper 27 #pip python virtualenv virtualenvwrapper
24 #meteor node npm 28 #meteor node npm
25 ) 29 )
26 30
27 # User configuration 31 # User configuration
28 export PATH=$HOME/bin:/usr/local/bin:$PATH 32 export PATH=$HOME/bin:/usr/local/bin:$PATH
29 # export MANPATH="/usr/local/man:$MANPATH" 33 # export MANPATH="/usr/local/man:$MANPATH"
30 34
31 # Environment 35 # Environment
32 if [ -f $ZCFG/dotfiles/environment.sh ]; then 36 if [ -f $ZCFG/dotfiles/environment.sh ]; then
33 . $ZCFG/dotfiles/environment.sh 37 . $ZCFG/dotfiles/environment.sh
34 fi 38 fi
35 39
36 export HISTFILESIZE= 40 export HISTFILESIZE=
37 export HISTSIZE= 41 export HISTSIZE=
38 export HISTFILE=~/.history 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 source $ZSH/oh-my-zsh.sh 44 source $ZSH/oh-my-zsh.sh
45 #source $HOME/.zshrc 45 #source $HOME/.zshrc
46 46
47 export ZSH=$ZCFG/packages/oh-my-zsh
47 48
48 # Aliases 49 # Aliases