diff --git a/.zshrc b/.zshrc index 9376b7d..7d2cf58 100644 --- a/.zshrc +++ b/.zshrc @@ -57,5 +57,8 @@ bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true +# zsh-autosuggestions +zinit light zsh-users/zsh-autosuggestions + # zsh-syntax-highlighting zinit light zsh-users/zsh-syntax-highlighting