From 678585c4206ddccc68cd0438d0127df26462cf30 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 2 Dec 2025 14:10:23 -0600 Subject: [PATCH] Remove startx from bash script Remove startx from bash script --- .bashrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.bashrc b/.bashrc index 3536907..7a09fa2 100644 --- a/.bashrc +++ b/.bashrc @@ -631,12 +631,3 @@ export PATH=$PATH:"$HOME/.local/bin:$HOME/.cargo/bin:/var/lib/flatpak/exports/bi eval "$(starship init bash)" eval "$(zoxide init bash)" - -if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then - -exec startx - -fi - - -