Just completions
This commit is contained in:
parent
89b5b6cd32
commit
eb80eab3a5
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ function fzf_hist() {
|
|||
}
|
||||
bindkey -s "\C-r" "\eifzf_hist\n"
|
||||
|
||||
function _just() {
|
||||
reply=($(just --summary))
|
||||
}
|
||||
compctl -K _just just menu-complete
|
||||
|
||||
export PATH="$PATH:$HOME/.anyenv/bin"
|
||||
eval "$(anyenv init -)"
|
||||
export PATH="$(yarn global bin):$PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue