diff --git a/.profile b/.profile index f8a997c..c49ef28 100644 --- a/.profile +++ b/.profile @@ -7,3 +7,5 @@ if [ -x "$(command -v gpgconf)" ]; then fi [ -x "$(command -v mpd)" ] && mpd + +[ $SHELL == "/bin/bash" ] && source $HOME/.bashrc