Temporarily disable zsh-autosuggestions
This commit is contained in:
parent
746afe9c13
commit
25c43ff6f1
1 changed files with 3 additions and 1 deletions
|
@ -54,8 +54,10 @@ source $HOME/.zsh/zsh-syntax-highlighting.zsh
|
|||
# ZSH history substring search
|
||||
source $HOME/.zsh/zsh-substring-search.zsh
|
||||
|
||||
# For now disable auto-suggestions
|
||||
# iTerm2 nightly and fig really dont play nicely with it
|
||||
# ZSH autosuggestions
|
||||
source $HOME/.zsh/zsh-autosuggestions.zsh
|
||||
#source $HOME/.zsh/zsh-autosuggestions.zsh
|
||||
|
||||
# Aliases
|
||||
source $HOME/.zsh/aliases.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue