From 87df7d80eca0ede9e149d1ef533e71650e4b919a Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sat, 11 Dec 2021 09:48:53 +0000 Subject: Fish importing (#234) * make a start on fish * fix * test * enable fish * fmt * update histpath set up fish init script * update readme * cover edge case * fmt * fix session variables Co-authored-by: PJ * respect NOBIND Co-authored-by: PJ * fix env var setting Co-authored-by: PJ * fix whitespace Co-authored-by: PJ * add fish to supported shells Co-authored-by: PJ --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5f3fe3387..0edd8a44f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ I wanted to. And I **really** don't want to. - zsh - bash +- fish # Quickstart @@ -166,6 +167,16 @@ Then setup Atuin echo 'eval "$(atuin init bash)"' >> ~/.bashrc ``` +### fish + +Add + +``` +atuin init fish | source +``` + +to your `is-interactive` block in your `~/.config/fish/config.fish` file + ## ...what's with the name? Atuin is named after "The Great A'Tuin", a giant turtle from Terry Pratchett's -- cgit v1.2.3