From ad1e18f06c91449566b5e0eb687c99045eedbc61 Mon Sep 17 00:00:00 2001 From: Graeme Holliday Date: Wed, 30 Oct 2024 18:45:08 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c084b0a..71c6a86 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,17 @@ TODO ## Shell completion -Place this line in your `.bashrc`: - -```console -$ eval "$(_TT_COMPLETE=bash_source tt)" +* Bash: Add this line to your `.bashrc`: +```bash +eval "$(_TT_COMPLETE=bash_source tt)" +``` +* Zsh: Add this line to your `.zshrc`: +```zsh +eval "$(_TT_COMPLETE=zsh_source tt)" +``` +* Fish: Add this to `~/.config/fish/completions/tt.fish` +```fish +_TT_COMPLETE=fish_source tt | source ``` ## Development/Contributing