From 60dd17f367f60836a4bb658d0c8febb728116edf Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 11 Oct 2023 08:03:14 -0700 Subject: [PATCH] jujutsu --- runcoms/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index c8909f8..5f13356 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -94,6 +94,10 @@ fi ### completions +if [ -x $(command -v jj) ]; then + source <(jj util completion --zsh) +fi + if [ -e $(brew --prefix fzf)/shell/completion.zsh ]; then source $(brew --prefix fzf)/shell/key-bindings.zsh source $(brew --prefix fzf)/shell/completion.zsh