mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 21:47:42 +00:00
docs: "bash" is no longer optional for command-line completion
This commit is contained in:
parent
6d02614d5c
commit
e5b9e8ff58
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ depends on your shell.
|
|||
### Bash
|
||||
|
||||
```shell
|
||||
source <(jj util completion) # --bash is the default
|
||||
source <(jj util completion bash)
|
||||
```
|
||||
|
||||
### Zsh
|
||||
|
|
Loading…
Reference in a new issue