dotfiles/debian/home/.bash_profile

10 lines
242 B
Bash
Raw Normal View History

2022-07-29 16:57:21 +02:00
#!/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