Added zsh-autosuggestions, zsh-completions
This commit is contained in:
parent
484df2977a
commit
48ca399564
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -17,7 +17,13 @@ voronkovich/gitignore.plugin.zsh
|
|||
MichaelAquilina/zsh-you-should-use
|
||||
schtobia/zsh
|
||||
$HOME/.local/lib/zsh/custom-zsh
|
||||
zsh-users/zsh-autosuggestions
|
||||
zsh-users/zsh-completions
|
||||
zsh-users/zsh-syntax-highlighting
|
||||
EOBUNDLES
|
||||
antigen theme gallifrey
|
||||
antigen apply
|
||||
|
||||
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
||||
bindkey '^ ' autosuggest-accept
|
||||
|
|
Loading…
Reference in a new issue