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

8 lines
198 B
Plaintext
Raw Normal View History

2018-10-23 23:11:58 -05:00
# ~/.zprofile
# sourced by zsh when used as a login shell
2018-05-18 22:36:34 -05:00
# automatically run startx when logging in on tty1
2018-10-25 01:30:30 -05:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
#exec startx -- vt1 >/dev/null 2>&1
2018-10-23 23:11:58 -05:00
fi