mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 12:43:48 +01:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
|
# Required for completion with zsh
|
||
|
|
||
|
if [[ "$(ps -p $$ -ocomm=)" == "zsh" ]] ; then
|
||
|
autoload bashcompinit
|
||
|
bashcompinit
|
||
|
fi
|
||
|
|
||
|
|