zsh: better completion for jj
This commit is contained in:
parent
4120076cb0
commit
85b4158cf6
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -219,7 +219,9 @@ if [ ! -f "${fpath[1]}/_sl" ]; then
|
|||
fi
|
||||
|
||||
## jujutsu
|
||||
source <(jj util completion --zsh)
|
||||
if [ ! -f "${fpath[1]}/_jj" ]; then
|
||||
command -v jj >/dev/null 2>&1 && jj util completion --zsh > "${fpath[1]}/_jj"
|
||||
fi
|
||||
|
||||
## Tekton cli
|
||||
if [ ! -f "${fpath[1]}/_tkn" ]; then
|
||||
|
|
Loading…
Reference in a new issue