Add files via upload

main
Rawley Fowler 2 years ago committed by GitHub
parent 078dcc617d
commit 5e7f91062a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save