dotfiles/.bash_profile
2014-01-14 12:41:44 +01:00

9 lines
121 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if hash pulseaudio 2>/dev/null; then
pulseaudio --start
fi