1
0
mirror of https://github.com/alrayyes/legacy-dotfiles synced 2023-11-13 18:16:41 +00:00
legacy-dotfiles/zsh/.zprofile

4 lines
62 B
Plaintext
Raw Normal View History

2020-02-17 12:25:44 +00:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi