10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 19:05:29 +02:00
QuantumPackage/etc/autocomplete.rc

9 lines
127 B
Plaintext
Raw Normal View History

2019-01-25 11:39:31 +01:00
# Required for completion with zsh
if [[ "$(ps -p $$ -ocomm=)" == "zsh" ]] ; then
autoload bashcompinit
bashcompinit
fi