diff --git a/.bash_profile b/.bash_profile index 0205dd1..f21fbdf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,4 +4,6 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -pulseaudio --start +if hash pulseaudio 2>/dev/null; then + pulseaudio --start +fi