Files
euri-iso/airootfs/root/antergos-skel-liveuser/src/etc/skel/.bash_profile
T

11 lines
150 B
Bash
Raw Normal View History

2026-06-07 19:34:32 +02:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi