mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(zsh): add zsh-autosuggestions and syntax-highlighting
This commit is contained in:
11
zshrc
11
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
|
||||
|
||||
Reference in New Issue
Block a user