Add files via upload

This commit is contained in:
Rawley Fowler 2022-07-29 08:57:21 -06:00 committed by GitHub
parent 078dcc617d
commit 5e7f91062a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
void/home/.bash_profile Normal file
View file

@ -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