diff --git a/zshrc b/zshrc index d3c4a5c..29f2795 100644 --- a/zshrc +++ b/zshrc @@ -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