Just completions

This commit is contained in:
Anthony Cicchetti 2019-09-24 09:22:20 -04:00
parent 89b5b6cd32
commit eb80eab3a5

View file

@ -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"