Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 authored Oct 30, 2024
1 parent a068129 commit ad1e18f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad1e18f

Please sign in to comment.