From 8e5173a2d25c8f79607f4806016276065abda41c Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 18:36:22 -0400 Subject: update --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..9b69b62 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + +if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec startx +fi -- cgit v1.3-2-g0d8e