Remove startx from bash script
Some checks failed
Bash Lint / lint (ubuntu-20.04) (push) Has been cancelled
Bash Lint / lint (ubuntu-latest) (push) Has been cancelled

Remove startx from bash script
This commit is contained in:
Chris Titus
2025-12-02 14:10:23 -06:00
committed by GitHub
parent b537dd8f3f
commit 678585c420

View File

@@ -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