qp2/etc/autocomplete.rc

9 lines
127 B
Plaintext

# Required for completion with zsh
if [[ "$(ps -p $$ -ocomm=)" == "zsh" ]] ; then
autoload bashcompinit
bashcompinit
fi