mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 12:43:48 +01:00
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
# Configuration of EZFIO package
|
|
|
|
export QP_EZFIO=${QP_ROOT}/external/ezfio
|
|
|
|
|
|
function source_if_exists() {
|
|
if [[ -f $1 ]]; then
|
|
cd $(dirname $1) ; source $(basename $1) ; cd -
|
|
fi &> /dev/null
|
|
}
|
|
|
|
source ${QP_ROOT}/etc/autocomplete.rc
|
|
source_if_exists "${QP_EZFIO}/Bash/ezfio.sh"
|
|
|