mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-24 21:13:47 +00:00
Add hint on including completions with xonsh shell.
This commit is contained in:
parent
99cce19774
commit
2d4e653e90
1 changed files with 5 additions and 0 deletions
|
@ -233,6 +233,11 @@ compdef _jj jj
|
|||
jj debug completion --fish | source
|
||||
```
|
||||
|
||||
### Xonsh
|
||||
```shell script
|
||||
source-bash $(jj debug completion)
|
||||
```
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
|
|
Loading…
Reference in a new issue