dotfiles/symlinks/zprofile

8 lines
135 B
Plaintext
Raw Normal View History

2021-01-07 08:09:41 +00:00
source ~/.profile
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi
export LANG=en_US.UTF-8