From 9de9803a53a39d813cce73e54425d3dbbd9dbaab Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 15 Apr 2024 00:11:28 -0400 Subject: [PATCH] add zsh-autosuggest --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc b/dot_zshrc index 90bdfc3..82b02ae 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -192,4 +192,5 @@ export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH" #eval $(thefuck --alias) eval "$(zoxide init zsh)" eval "$(op completion zsh)"; compdef _op op +source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh . "/home/kellya/.acme.sh/acme.sh.env"