diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-29 00:31:26 +0000 | 
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-10-29 00:31:26 +0000 | 
| commit | b05741b9611459ac16f88cca615c2b0c8432e0fe (patch) | |
| tree | bcaaecc66c4dca6dc96d77afd72bf6b59f19bd90 /Shell | |
| parent | 8b535437f660087465b7271b1df065f5e6f59283 (diff) | |
| download | dotfiles-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')
| -rw-r--r-- | Shell/.zprofile | 3 | 
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) | 
