Commit 187882c87ba066d991f51e2748b51b5048d14b8a

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

zshrc.sh -> REMOVE ANTIGEN!

Showing 1 changed file with 16 additions and 16 deletions Inline Diff

1 # ENVIRONMENT: 1 # ENVIRONMENT:
2 export GJ_DEVENV=local_aptproxy 2 export GJ_DEVENV=local_aptproxy
3 3
4 export ZCFG=~/.config/zsh-config 4 export ZCFG=~/.config/zsh-config
5 # Path to your oh-my-zsh installation. 5 # Path to your oh-my-zsh installation.
6 export ZSH=$ZCFG/tools/oh-my-zsh 6 export ZSH=$ZCFG/tools/oh-my-zsh
7 7
8 # Set name of the theme to load. 8 # Set name of the theme to load.
9 # Look in ~/.oh-my-zsh/themes/ 9 # Look in ~/.oh-my-zsh/themes/
10 # Optionally, if you set this to "random", it'll load a random theme each 10 # Optionally, if you set this to "random", it'll load a random theme each
11 # time that oh-my-zsh is loaded. 11 # time that oh-my-zsh is loaded.
12 ZSH_THEME="wedisagree" 12 ZSH_THEME="muse"
13 13
14 # Uncomment the following line to use case-sensitive completion. 14 # Uncomment the following line to use case-sensitive completion.
15 CASE_SENSITIVE="true" 15 CASE_SENSITIVE="true"
16 16
17 # Uncomment the following line to disable bi-weekly auto-update checks. 17 # Uncomment the following line to disable bi-weekly auto-update checks.
18 # DISABLE_AUTO_UPDATE="true" 18 # DISABLE_AUTO_UPDATE="true"
19 19
20 # Uncomment the following line to change how often to auto-update (in days). 20 # Uncomment the following line to change how often to auto-update (in days).
21 # export UPDATE_ZSH_DAYS=13 21 # export UPDATE_ZSH_DAYS=13
22 22
23 # Uncomment the following line to disable colors in ls. 23 # Uncomment the following line to disable colors in ls.
24 # DISABLE_LS_COLORS="true" 24 # DISABLE_LS_COLORS="true"
25 25
26 # Uncomment the following line to disable auto-setting terminal title. 26 # Uncomment the following line to disable auto-setting terminal title.
27 # DISABLE_AUTO_TITLE="true" 27 # DISABLE_AUTO_TITLE="true"
28 28
29 # Uncomment the following line to enable command auto-correction. 29 # Uncomment the following line to enable command auto-correction.
30 # ENABLE_CORRECTION="true" 30 # ENABLE_CORRECTION="true"
31 31
32 # Uncomment the following line to display red dots whilst waiting for completion. 32 # Uncomment the following line to display red dots whilst waiting for completion.
33 COMPLETION_WAITING_DOTS="true" 33 COMPLETION_WAITING_DOTS="true"
34 34
35 # Uncomment the following line if you want to disable marking untracked files 35 # Uncomment the following line if you want to disable marking untracked files
36 # under VCS as dirty. This makes repository status check for large repositories 36 # under VCS as dirty. This makes repository status check for large repositories
37 # much, much faster. 37 # much, much faster.
38 DISABLE_UNTRACKED_FILES_DIRTY="true" 38 DISABLE_UNTRACKED_FILES_DIRTY="true"
39 39
40 # Uncomment the following line if you want to change the command execution time 40 # Uncomment the following line if you want to change the command execution time
41 # stamp shown in the history command output. 41 # stamp shown in the history command output.
42 # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" 42 # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
43 HIST_STAMPS="dd.mm.yyyy" 43 HIST_STAMPS="dd.mm.yyyy"
44 44
45 # Would you like to use another custom folder than $ZSH/custom? 45 # Would you like to use another custom folder than $ZSH/custom?
46 # ZSH_CUSTOM=/path/to/new-custom-folder 46 # ZSH_CUSTOM=/path/to/new-custom-folder
47 47
48 # z: 48 # z:
49 # export _Z_DATA="$HOME/.config/.z" 49 # export _Z_DATA="$HOME/.config/.z"
50 50
51 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) 51 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
52 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ 52 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
53 # Example format: plugins=(rails git textmate ruby lighthouse) 53 # Example format: plugins=(rails git textmate ruby lighthouse)
54 # Add wisely, as too many plugins slow down shell startup. 54 # Add wisely, as too many plugins slow down shell startup.
55 # plugins=(git) 55 plugins=(command-not-found common-aliases debian dirhistory extract git history history-substring-search systemadmin zsh_reload)
56 56
57 # User configuration 57 # User configuration
58 58
59 export PATH=$HOME/bin:/usr/local/bin:$PATH 59 export PATH=$HOME/bin:/usr/local/bin:$PATH
60 # export MANPATH="/usr/local/man:$MANPATH" 60 # export MANPATH="/usr/local/man:$MANPATH"
61 61
62 source $ZSH/oh-my-zsh.sh 62 source $ZSH/oh-my-zsh.sh
63 63
64 # You may need to manually set your language environment 64 # You may need to manually set your language environment
65 export LANG=en_US.UTF-8 65 export LANG=en_US.UTF-8
66 66
67 # 67 #
68 # ANTIGEN: 68 # ANTIGEN:
69 # 69 #
70 source $ZCFG/tools/antigen/antigen.zsh 70 # source $ZCFG/tools/antigen/antigen.zsh
71 71
72 # MUST: 72 # MUST:
73 antigen bundle command-not-found 73 #antigen bundle command-not-found
74 antigen bundle common-aliases 74 #antigen bundle common-aliases
75 antigen bundle debian 75 #antigen bundle debian
76 antigen bundle dirhistory 76 #antigen bundle dirhistory
77 antigen bundle extract 77 #antigen bundle extract
78 antigen bundle git 78 #antigen bundle git
79 antigen bundle history 79 #antigen bundle history
80 antigen bundle history-substring-search 80 #antigen bundle history-substring-search
81 antigen bundle systemadmin 81 #antigen bundle systemadmin
82 antigen bundle zsh_reload 82 #antigen bundle zsh_reload
83 # /MUST 83 # /MUST
84 84
85 # NICE: 85 # NICE:
86 #antigen bundle iwhois 86 #antigen bundle iwhois
87 #antigen bundle screen 87 #antigen bundle screen
88 #antigen bundle ssh-agent 88 #antigen bundle ssh-agent
89 #antigen bundle web-search 89 #antigen bundle web-search
90 # # if webdev: 90 # # if webdev:
91 #antigen bundle catimg 91 #antigen bundle catimg
92 92
93 # docker: 93 # docker:
94 #antigen bundle docker 94 #antigen bundle docker
95 95
96 # python: 96 # python:
97 #antigen bundle pip 97 #antigen bundle pip
98 #antigen bundle python 98 #antigen bundle python
99 #antigen bundle virtualenv 99 #antigen bundle virtualenv
100 #antigen bundle virtualenvwrapper 100 #antigen bundle virtualenvwrapper
101 101
102 # kde: 102 # kde:
103 #antigen bundle kate 103 #antigen bundle kate
104 104
105 105
106 # removed: 106 # removed:
107 #antigen bundle autoenv 107 #antigen bundle autoenv
108 #antigen bundle iwhois 108 #antigen bundle iwhois
109 #antigen bundle per-directory-history 109 #antigen bundle per-directory-history
110 #antigen bundle screen 110 #antigen bundle screen
111 111
112 # 112 #
113 # THEME #---------- 113 # THEME #----------
114 # 114 #
115 antigen theme muse 115 #antigen theme muse
116 116 #
117 antigen apply 117 #antigen apply
118 118
119 # ssh 119 # ssh
120 # export SSH_KEY_PATH="~/.ssh/id_rsa" 120 # export SSH_KEY_PATH="~/.ssh/id_rsa"
121 # zstyle :omz:plugins:ssh-agent agent-forwarding on 121 # zstyle :omz:plugins:ssh-agent agent-forwarding on
122 122
123 # Preferred editor for local and remote sessions 123 # Preferred editor for local and remote sessions
124 # if [[ -n $SSH_CONNECTION ]]; then 124 # if [[ -n $SSH_CONNECTION ]]; then
125 # export EDITOR='vim' 125 # export EDITOR='vim'
126 # else 126 # else
127 # export EDITOR='mvim' 127 # export EDITOR='mvim'
128 # fi 128 # fi
129 129
130 # Compilation flags 130 # Compilation flags
131 # export ARCHFLAGS="-arch x86_64" 131 # export ARCHFLAGS="-arch x86_64"
132 132
133 if [ -f ~/.bash_aliases ]; then 133 if [ -f ~/.bash_aliases ]; then
134 . ~/.bash_aliases 134 . ~/.bash_aliases
135 fi 135 fi
136 136