chore(zsh): add zsh-autosuggestions and syntax-highlighting

This commit is contained in:
Stefan Imhoff
2021-11-29 16:01:39 +01:00
parent 4c1db87af5
commit 471259d993

11
zshrc
View File

@@ -45,9 +45,9 @@ antigen bundle vagrant
antigen bundle virtualenv
antigen bundle yarn
antigen bundle z
antigen bundle zsh-autosuggestions
antigen bundle zsh-interactive-cd
antigen bundle zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
# Syntax highlighting bundle
antigen bundle zsh-users/zsh-syntax-highlighting
@@ -59,6 +59,13 @@ antigen apply
# *** *** Configuration *** ***
# *****************************
CASE_SENSITIVE="true" # Case-sensitive completion
DISABLE_AUTO_TITLE="true" # Disable auto-setting terminal title
COMPLETION_WAITING_DOTS="true" # Red dots while waiting for completion
# Autosuggest Highlighting
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline"
# Vim mode
bindkey -v
export KEYTIMEOUT=1