From 087ebd3772bfe1f2c0b7a4e5acec3c7677da1b47 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Wed, 8 Apr 2026 22:15:39 -0400 Subject: Commit of Blade Stealth specific config. --- bashrc/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bashrc/.bash_profile (limited to 'bashrc/.bash_profile') diff --git a/bashrc/.bash_profile b/bashrc/.bash_profile new file mode 100644 index 0000000..ac667e7 --- /dev/null +++ b/bashrc/.bash_profile @@ -0,0 +1,9 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + +# Start X11 automatically on TTY1 login +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + exec startx +fi \ No newline at end of file -- cgit v1.2.3