qp2/etc/ezfio.rc

15 lines
293 B
Plaintext
Raw Normal View History

2019-01-25 11:39:31 +01:00
# 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"