From 5a4e777e5d18faf6e829d95aa6947ec396f6dff8 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Mon, 27 Apr 2026 19:02:20 -0400 Subject: Renamed bashrc to bash since it now contains another file related to bash. --- bash/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..ac667e7 --- /dev/null +++ b/bash/.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