This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.zprofile

10 lines
257 B
Plaintext
Raw Normal View History

# .zprofile
# sourced by zsh when used as a login shell
# Uncomment below to autologin startx
# also see comments in ~/.xinitrc for more info
if [[ -z $DISPLAY ]] && [[ -n $XDG_VTNR ]] && [[ $XDG_VTNR -eq 1 ]]; then
exec startx -- vt1 &> /dev/null
fi