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. --- bashrc/.bash_profile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bashrc/.bash_profile (limited to 'bashrc/.bash_profile') diff --git a/bashrc/.bash_profile b/bashrc/.bash_profile deleted file mode 100644 index ac667e7..0000000 --- a/bashrc/.bash_profile +++ /dev/null @@ -1,9 +0,0 @@ -# .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