mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
13 lines
187 B
Bash
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
|
|
|