yet another fix

This commit is contained in:
Steffen Vogel 2014-06-24 15:03:52 +02:00
parent 9e4c0f0278
commit bc0ff8a24c

View file

@ -1,6 +1,6 @@
# if running bash
if [ -n "$BASH_VERSION" ] && [ -f "$HOME/.bashrc" ]; then
."$HOME/.bashrc"
. "$HOME/.bashrc"
fi
# set PATH so it includes user's private bin if it exists