Commit 764f9db216e3563a0329a738fe1ce941249d8b27

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

zshrc: update

Showing 1 changed file with 7 additions and 4 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="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 autoenv
74 antigen bundle command-not-found 73 antigen bundle command-not-found
75 antigen bundle common-aliases 74 antigen bundle common-aliases
76 antigen bundle debian 75 antigen bundle debian
77 antigen bundle dirhistory 76 antigen bundle dirhistory
78 antigen bundle extract 77 antigen bundle extract
79 antigen bundle git 78 antigen bundle git
80 antigen bundle history 79 antigen bundle history
81 antigen bundle history-substring-search 80 antigen bundle history-substring-search
82 antigen bundle iwhois
83 antigen bundle per-directory-history
84 antigen bundle screen
85 antigen bundle systemadmin 81 antigen bundle systemadmin
86 antigen bundle zsh_reload 82 antigen bundle zsh_reload
87 # /MUST 83 # /MUST
88 84
89 # NICE: 85 # NICE:
90 #antigen bundle ssh-agent 86 #antigen bundle ssh-agent
91 #antigen bundle web-search 87 #antigen bundle web-search
92 # # if webdev: 88 # # if webdev:
93 #antigen bundle catimg 89 #antigen bundle catimg
94 90
95 # makes trouble: 91 # makes trouble:
96 #antigen bundle z 92 #antigen bundle z
97 93
98 # docker: 94 # docker:
99 #antigen bundle docker 95 #antigen bundle docker
100 96
101 # python: 97 # python:
102 #antigen bundle pip 98 #antigen bundle pip
103 #antigen bundle python 99 #antigen bundle python
104 #antigen bundle virtualenv 100 #antigen bundle virtualenv
105 #antigen bundle virtualenvwrapper 101 #antigen bundle virtualenvwrapper
106 102
107 # kde: 103 # kde:
108 #antigen bundle kate 104 #antigen bundle kate
109 105
106
107 # removed:
108 #antigen bundle autoenv
109 #antigen bundle iwhois
110 #antigen bundle per-directory-history
111 #antigen bundle screen
112
110 # 113 #
111 # THEME #---------- 114 # THEME #----------
112 # 115 #
113 antigen theme muse 116 antigen theme muse
114 117
115 antigen apply 118 antigen apply
116 119
117 # ssh 120 # ssh
118 # export SSH_KEY_PATH="~/.ssh/id_rsa" 121 # export SSH_KEY_PATH="~/.ssh/id_rsa"
119 # zstyle :omz:plugins:ssh-agent agent-forwarding on 122 # zstyle :omz:plugins:ssh-agent agent-forwarding on
120 123
121 # Preferred editor for local and remote sessions 124 # Preferred editor for local and remote sessions
122 # if [[ -n $SSH_CONNECTION ]]; then 125 # if [[ -n $SSH_CONNECTION ]]; then
123 # export EDITOR='vim' 126 # export EDITOR='vim'
124 # else 127 # else
125 # export EDITOR='mvim' 128 # export EDITOR='mvim'
126 # fi 129 # fi
127 130
128 # Compilation flags 131 # Compilation flags
129 # export ARCHFLAGS="-arch x86_64" 132 # export ARCHFLAGS="-arch x86_64"
130 133