mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
1 Commits
a841a6f926
...
59eb8086b6
Author | SHA1 | Date |
---|---|---|
|
59eb8086b6 |
|
@ -11,7 +11,7 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_jj" ]]; then
|
|||
_comps[jj]=_jj
|
||||
fi
|
||||
|
||||
COMPLETE=zsh jj >| "$ZSH_CACHE_DIR/completions/_jj" &|
|
||||
jj util completion zsh >| "$ZSH_CACHE_DIR/completions/_jj" &|
|
||||
|
||||
function __jj_prompt_jj() {
|
||||
local -a flags
|
||||
|
|
Loading…
Reference in New Issue