Files
dotfiles/.bash_profile

11 lines
182 B
Bash
Raw Normal View History

2019-02-06 17:12:59 -08:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" -a $XDG_VTNR -eq 1 ]; then
#date --iso-8601="seconds"
exec startx -- -keeptty >> ~/.xorg.log 2>&1
fi