bashrc: Export GPAW setups
This commit is contained in:
@@ -18,6 +18,11 @@ if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ];
|
|||||||
source /usr/share/git/completion/git-prompt.sh
|
source /usr/share/git/completion/git-prompt.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ]; then
|
||||||
|
GPAW_SETUP_BASE="/home/kuba/gpaw-setups/0.9.20000/"
|
||||||
|
export GPAW_SETUP_PATH="${GPAW_SETUP_BASE}gpaw-basis-pvalence-0.9.20000/:${GPAW_SETUP_BASE}gpaw-setups-0.9.20000/"
|
||||||
|
fi
|
||||||
|
|
||||||
if xhost >& /dev/null ; then
|
if xhost >& /dev/null ; then
|
||||||
# X is running
|
# X is running
|
||||||
xhost +local:kuba > /dev/null
|
xhost +local:kuba > /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user