From 5e7f91062a3a987c74f51f61fa766917dbcc2178 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Fri, 29 Jul 2022 08:57:21 -0600 Subject: [PATCH] Add files via upload --- void/home/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 void/home/.bash_profile 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