Commit e94413065c76488ea74274296993b951af4348e3
1 parent
97089b35f0
Exists in
master
and in
2 other branches
zshrc: update
Showing 1 changed file with 2 additions and 3 deletions Inline Diff
templates/zshrc
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="wedisagree" |
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=(git) |
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 | ||
87 | #antigen bundle screen | ||
86 | #antigen bundle ssh-agent | 88 | #antigen bundle ssh-agent |
87 | #antigen bundle web-search | 89 | #antigen bundle web-search |
88 | # # if webdev: | 90 | # # if webdev: |
89 | #antigen bundle catimg | 91 | #antigen bundle catimg |
90 | 92 | ||
91 | # makes trouble: | ||
92 | #antigen bundle z | ||
93 | |||
94 | # docker: | 93 | # docker: |
95 | #antigen bundle docker | 94 | #antigen bundle docker |
96 | 95 | ||
97 | # python: | 96 | # python: |
98 | #antigen bundle pip | 97 | #antigen bundle pip |
99 | #antigen bundle python | 98 | #antigen bundle python |
100 | #antigen bundle virtualenv | 99 | #antigen bundle virtualenv |
101 | #antigen bundle virtualenvwrapper | 100 | #antigen bundle virtualenvwrapper |
102 | 101 | ||
103 | # kde: | 102 | # kde: |
104 | #antigen bundle kate | 103 | #antigen bundle kate |
105 | 104 | ||
106 | 105 | ||
107 | # removed: | 106 | # removed: |
108 | #antigen bundle autoenv | 107 | #antigen bundle autoenv |
109 | #antigen bundle iwhois | 108 | #antigen bundle iwhois |
110 | #antigen bundle per-directory-history | 109 | #antigen bundle per-directory-history |
111 | #antigen bundle screen | 110 | #antigen bundle screen |
112 | 111 | ||
113 | # | 112 | # |
114 | # THEME #---------- | 113 | # THEME #---------- |
115 | # | 114 | # |
116 | antigen theme muse | 115 | antigen theme muse |
117 | 116 | ||
118 | antigen apply | 117 | antigen apply |
119 | 118 | ||
120 | # ssh | 119 | # ssh |
121 | # export SSH_KEY_PATH="~/.ssh/id_rsa" | 120 | # export SSH_KEY_PATH="~/.ssh/id_rsa" |
122 | # zstyle :omz:plugins:ssh-agent agent-forwarding on | 121 | # zstyle :omz:plugins:ssh-agent agent-forwarding on |
123 | 122 | ||
124 | # Preferred editor for local and remote sessions | 123 | # Preferred editor for local and remote sessions |
125 | # if [[ -n $SSH_CONNECTION ]]; then | 124 | # if [[ -n $SSH_CONNECTION ]]; then |
126 | # export EDITOR='vim' | 125 | # export EDITOR='vim' |
127 | # else | 126 | # else |
128 | # export EDITOR='mvim' | 127 | # export EDITOR='mvim' |
129 | # fi | 128 | # fi |
130 | 129 | ||
131 | # Compilation flags | 130 | # Compilation flags |
132 | # export ARCHFLAGS="-arch x86_64" | 131 | # export ARCHFLAGS="-arch x86_64" |
133 | 132 | ||
134 | if [ -f ~/.bash_aliases ]; then | 133 | if [ -f ~/.bash_aliases ]; then |
135 | . ~/.bash_aliases | 134 | . ~/.bash_aliases |