aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zprofile
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:31:26 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:31:26 +0000
commitb05741b9611459ac16f88cca615c2b0c8432e0fe (patch)
treebcaaecc66c4dca6dc96d77afd72bf6b59f19bd90 /Shell/.zprofile
parent8b535437f660087465b7271b1df065f5e6f59283 (diff)
downloaddotfiles-b05741b9611459ac16f88cca615c2b0c8432e0fe.tar.gz
dotfiles-b05741b9611459ac16f88cca615c2b0c8432e0fe.tar.bz2
dotfiles-b05741b9611459ac16f88cca615c2b0c8432e0fe.zip
Using ly for my login manager means I don't need auto login
Diffstat (limited to 'Shell/.zprofile')
-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)