voidrice/.bash_profile
2017-06-02 15:49:10 -04:00

15 lines
212 B
Bash

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