dotfiles/.bash_profile

10 lines
121 B
Bash
Raw Normal View History

2013-03-23 14:48:31 +01:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2014-01-06 12:36:26 +01:00
if hash pulseaudio 2>/dev/null; then
pulseaudio --start
fi