-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.antigenrc
More file actions
28 lines (20 loc) · 767 Bytes
/
.antigenrc
File metadata and controls
28 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
antigen use oh-my-zsh
antigen bundle git
antigen bundle golang
antigen bundle kubectl
antigen bundle helm
antigen bundle globalias
antigen bundle fzf
export FZF_CTRL_T_OPTS="--preview '(highlight -O ansi -l {} 2> /dev/null || cat {} || tree -C {}) 2> /dev/null | head -200'"
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zaw
zstyle ':filter-select' max-lines 10
zstyle ':filter-select' case-insensitive yes
#antigen bundle djui/alias-tips
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=4,bg=8,bold,underline"
# ZSH_AUTOSUGGEST_COMPLETION_IGNORE="?ls *"
# ZSH_AUTOSUGGEST_HISTORY_IGNORE="?ls *"
antigen bundle zsh-users/zsh-autosuggestions
bindkey -M viins '^\n' autosuggest-execute
antigen apply