summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-01 20:06:38 +0000
committerGitHub <noreply@github.com>2024-01-01 20:06:38 +0000
commit84bc6e07440d39cac30cfac9aec7217d6375f73e (patch)
treeb89c4b7127007f4610328aa0e96766ffbc2ee880
parent356324b341f80290a2e04f87713bcee3b679da50 (diff)
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
-rw-r--r--docs/docs/integrations.md7
1 files changed, 7 insertions, 0 deletions
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.