Compare commits

..

2 Commits

Author SHA1 Message Date
rdpate 9f4d029a2a
Merge 2115c86ae0 into 1c2127727a 2025-03-04 12:02:00 +01:00
nasso 1c2127727a
feat(jj): enable dynamic completion (#13003) 2025-03-04 11:46:29 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_jj" ]]; then
_comps[jj]=_jj _comps[jj]=_jj
fi fi
jj util completion zsh >| "$ZSH_CACHE_DIR/completions/_jj" &| COMPLETE=zsh jj >| "$ZSH_CACHE_DIR/completions/_jj" &|
function __jj_prompt_jj() { function __jj_prompt_jj() {
local -a flags local -a flags