stop trying to start pulseaudio if not available
This commit is contained in:
parent
7aa19cd5c4
commit
e33c3c9de7
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
if hash pulseaudio 2>/dev/null; then
|
||||||
pulseaudio --start
|
pulseaudio --start
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue