X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bashrc;h=06c0ab08c5248526ce70cc4b692b2ef1956eb1c5;hp=602d3a810fda11412ce1b9b3588a1db788dc3d29;hb=e1af3e11ad537b134a94f3b5d6f017f91611cc3b;hpb=ca52198c2318b392a82f2d1fe5f9c786ab480c88 diff --git a/.bashrc b/.bashrc index 602d3a8..06c0ab0 100644 --- a/.bashrc +++ b/.bashrc @@ -125,7 +125,13 @@ if [ "$PS1" ]; then LANG=C fi; export LANG + + # If we're running on liszt, include /var/list/.bin in the path + if [ "$(hostname)" == "liszt" ] && [ -d /var/list/.bin ]; then + PATH="/var/list/.bin:$PATH" + fi; export PATH="~/bin:$PATH" + if [ ! -e ~/tmp ]; then mkdir ~/tmp; fi;