zsh: add tea autocompletion
parent
998b387aef
commit
2e93bacb92
|
@ -17,6 +17,8 @@ autoload -Uz compinit && compinit -d $ZCOMPDUMP
|
||||||
autoload -U bashcompinit
|
autoload -U bashcompinit
|
||||||
bashcompinit
|
bashcompinit
|
||||||
|
|
||||||
|
[ -f "$HOME/.config/tea/autocomplete.zsh" ] && PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source $HOME/.config/tea/autocomplete.zsh
|
||||||
|
|
||||||
# Display a message when no match
|
# Display a message when no match
|
||||||
#zstyle ':completion:*:warnings' format 'No matches for: %d'
|
#zstyle ':completion:*:warnings' format 'No matches for: %d'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue