diff --git a/void/home/.bash_profile b/void/home/.bash_profile new file mode 100644 index 0000000..27f7e10 --- /dev/null +++ b/void/home/.bash_profile @@ -0,0 +1,9 @@ +#!/bin/bash +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + pulseaudio --start + startx + [[ -f "$HOME/.Xresources" ]] && xrdb -merge "$HOME/.Xresources" +fi