9 DISABLE_UNTRACKED_FILES_DIRTY="true" |
9 DISABLE_UNTRACKED_FILES_DIRTY="true" |
10 |
10 |
11 omz_plugins=( |
11 omz_plugins=( |
12 plugins/common-aliases |
12 plugins/common-aliases |
13 plugins/colored-man-pages |
13 plugins/colored-man-pages |
|
14 plugins/vi-mode |
14 ) |
15 ) |
15 |
16 |
16 zsh_plugins=( |
17 zsh_plugins=( |
17 zsh-users/zsh-syntax-highlighting |
18 zsh-users/zsh-syntax-highlighting |
18 ~/.oh-my-zsh.cust/themes/mhoward |
19 ~/.oh-my-zsh.cust/themes/mhoward |
32 for plugin in $zsh_plugins; do zgen load $plugin; done |
33 for plugin in $zsh_plugins; do zgen load $plugin; done |
33 zgen save |
34 zgen save |
34 fi |
35 fi |
35 fi |
36 fi |
36 |
37 |
|
38 KEYTIMEOUT=1 |
37 REPORTTIME=5 |
39 REPORTTIME=5 |
38 |
40 |
39 setopt list_packed |
41 setopt list_packed |
40 setopt correct |
42 setopt correct |
41 setopt hist_reduce_blanks |
43 setopt hist_reduce_blanks |
42 setopt hist_save_no_dups |
44 setopt hist_save_no_dups |
43 setopt interactive_comments |
45 setopt interactive_comments |
44 |
46 |
45 export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" |
47 export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" |
46 |
48 |
47 bindkey '\e\e' kill-whole-line |
49 bindkey '\eOA' up-line-or-beginning-search |
|
50 bindkey '\eOB' down-line-or-beginning-search |
48 |
51 |
49 source ~/.profile.common |
52 source ~/.profile.common |
50 |
53 |
51 for envthing in $envthings; do |
54 for envthing in $envthings; do |
52 if [ -d ~/.$envthing ]; then |
55 if [ -d ~/.$envthing ]; then |