9 lines
121 B
Bash
9 lines
121 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
if hash pulseaudio 2>/dev/null; then
|
|
pulseaudio --start
|
|
fi
|