load user bashrc

This commit is contained in:
Emmanuel Giner 2019-01-16 15:29:40 +01:00
parent 1cf73ea3b6
commit e4cb08efc9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export QP_ROOT=$(dirname $0)/..
bash --init-file <(cat << EOF
[[ -f /etc/bashrc ]] && source /etc/bashrc
[[ -f ${HOME}/.bashrc ]] && source ${HOME}/.bashrc
source ${QP_ROOT}/quantum_package.rc
qp prompt
EOF