From e4cb08efc950c6722d215c05e9ea5919cd15a768 Mon Sep 17 00:00:00 2001 From: Emmanuel Giner Date: Wed, 16 Jan 2019 15:29:40 +0100 Subject: [PATCH] load user bashrc --- bin/qpsh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/qpsh b/bin/qpsh index 05c38b5d..162b9829 100755 --- a/bin/qpsh +++ b/bin/qpsh @@ -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