zsh: add jujutsu completion
This commit is contained in:
parent
3ae7467ed5
commit
fff394bf5e
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -217,6 +217,9 @@ if [ ! -f "${fpath[1]}/_sl" ]; then
|
|||
curl -sLo "${fpath[1]}/_sl" https://github.com/facebook/sapling/raw/d6157db1ebc0868cf70805756e32541bd681bac2/eden/scm/contrib/zsh_completion_sl
|
||||
fi
|
||||
|
||||
## jujutsu
|
||||
source <(jj util completion --zsh)
|
||||
|
||||
## Tekton cli
|
||||
if [ ! -f "${fpath[1]}/_tkn" ]; then
|
||||
command -v tkn >/dev/null 2>&1 && tkn completion zsh > "${fpath[1]}/_tkn"
|
||||
|
|
Loading…
Reference in a new issue