dotfiles/debian/home/.bash_profile
2022-09-10 09:29:20 -06:00

10 lines
242 B
Bash

#!/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