Re-enable zsh autosuggestions

This commit is contained in:
Jonny Barnes 2023-07-30 17:48:18 +01:00
parent f5fab1d9de
commit 73d172125f
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -54,10 +54,8 @@ source $HOME/.zsh/zsh-syntax-highlighting.zsh
# ZSH history substring search # ZSH history substring search
source $HOME/.zsh/zsh-substring-search.zsh source $HOME/.zsh/zsh-substring-search.zsh
# For now disable auto-suggestions
# iTerm2 nightly and fig really dont play nicely with it
# ZSH autosuggestions # ZSH autosuggestions
#source $HOME/.zsh/zsh-autosuggestions.zsh source $HOME/.zsh/zsh-autosuggestions.zsh
# Aliases # Aliases
source $HOME/.zsh/aliases.zsh source $HOME/.zsh/aliases.zsh