aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Shell/.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index d7ce004..a2da895 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -30,6 +30,3 @@ systemctl --user import-environment PATH SSH_AUTH_SOCK
echo "Welcome to..."
figlet "Arch Linux"
/usr/bin/pfetch
-
-# Start XServer if on TTY1 and it is not already active.
-[[ $TTY == "/dev/tty1" ]] && (pgrep -i "startx" || exec startx)