zsh: add tea autocompletion
parent
998b387aef
commit
2e93bacb92
|
@ -17,6 +17,8 @@ autoload -Uz compinit && compinit -d $ZCOMPDUMP
|
|||
autoload -U 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
|
||||
#zstyle ':completion:*:warnings' format 'No matches for: %d'
|
||||
|
||||
|
|
Loading…
Reference in New Issue