voidrice/.bash_profile
2017-09-23 17:37:59 -07:00

13 lines
187 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
#if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
#startx
#fi
#[ -z "$DISPLAY" -a "$(fgconsole)" -eq 1 ] && exec startx