update to debian

This commit is contained in:
rawley fowler 2022-09-10 09:29:20 -06:00
parent 338df307f8
commit 3bb4d4cb21
3 changed files with 0 additions and 0 deletions

9
debian/home/.bash_profile vendored 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