fix: .profile now sources .bashrc

This commit is contained in:
Tobias Reisinger 2020-01-09 16:51:17 +01:00
parent 55f2cf3228
commit 3c353e2415

View file

@ -7,3 +7,5 @@ if [ -x "$(command -v gpgconf)" ]; then
fi fi
[ -x "$(command -v mpd)" ] && mpd [ -x "$(command -v mpd)" ] && mpd
[ $SHELL == "/bin/bash" ] && source $HOME/.bashrc