zsh: feat: Add zsh-autosuggestions to zshrc

This commit is contained in:
PorridgePi
2021-11-21 19:04:35 +08:00
parent 6cc1a5f4e9
commit 77eace0864

3
.zshrc
View File

@@ -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