Add hint on including completions with xonsh shell.

This commit is contained in:
Jason R. Coombs 2022-04-23 12:36:10 -04:00 committed by Martin von Zweigbergk
parent 99cce19774
commit 2d4e653e90

View File

@ -233,6 +233,11 @@ compdef _jj jj
jj debug completion --fish | source
```
### Xonsh
```shell script
source-bash $(jj debug completion)
```
## Getting started