10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/etc/ezfio.rc

13 lines
277 B
Plaintext
Raw Normal View History

2019-01-09 11:31:59 +01:00
# Configuration of EZFIO package
2019-01-09 02:44:30 +01:00
export QP_EZFIO=${QP_ROOT}/external/ezfio
if [[ -f ${QP_EZFIO}/Bash/ezfio.sh ]]; then
if [[ "$(ps -p $$ -ocomm=)" == "zsh" ]] ; then
autoload bashcompinit
bashcompinit
fi
source ${QP_EZFIO}/Bash/ezfio.sh
2019-01-08 23:48:59 +01:00
fi