zsh: add tea autocompletion
This commit is contained in:
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…
x
Reference in New Issue
Block a user