From 5f6ccaad330da9fed107444243d1d87716130940 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Aug 2018 21:58:53 -0400 Subject: [PATCH] mpd moved to profile --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index aaa0383..892882b 100644 --- a/.profile +++ b/.profile @@ -9,6 +9,8 @@ export BROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" +mpd & + [[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh [[ -f ~/.bashrc ]] && . ~/.bashrc