10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

load user bashrc

This commit is contained in:
Emmanuel Giner 2019-01-16 15:29:40 +01:00
parent 1cf73ea3b6
commit e4cb08efc9

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