From 84bc6e07440d39cac30cfac9aec7217d6375f73e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 1 Jan 2024 20:06:38 +0000 Subject: [PATCH] docs: add docs for zsh-autosuggestion integration (#1480) I've added an integrations page to the docs. We can maintain a list of such integrations --- docs/docs/integrations.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/docs/integrations.md diff --git a/docs/docs/integrations.md b/docs/docs/integrations.md new file mode 100644 index 00000000..85786357 --- /dev/null +++ b/docs/docs/integrations.md @@ -0,0 +1,7 @@ +# Integrations + +## zsh-autosuggestions + +Atuin automatically adds itself as an [autosuggest strategy](https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy). + +If you'd like to override this, add your own config after "$(atuin init zsh)" in your zshrc.