diff --git a/.zshrc b/.zshrc index 5eaf926..9376b7d 100644 --- a/.zshrc +++ b/.zshrc @@ -55,4 +55,7 @@ zinit ice depth=1; zinit light romkatv/powerlevel10k zinit light zsh-users/zsh-history-substring-search bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down -export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true \ No newline at end of file +export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true + +# zsh-syntax-highlighting +zinit light zsh-users/zsh-syntax-highlighting