mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +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
|
### Bash
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
source <(jj util completion) # --bash is the default
|
source <(jj util completion bash)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Zsh
|
### Zsh
|
||||||
|
|
Loading…
Reference in a new issue