dotfiles/symlinks/zprofile

8 lines
135 B
Bash

source ~/.profile
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi
export LANG=en_US.UTF-8