From 3c353e241524292642695b256c2e0d6d1671b421 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 9 Jan 2020 16:51:17 +0100 Subject: [PATCH] fix: .profile now sources .bashrc --- .profile | 2 ++ 1 file changed, 2 insertions(+) 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