dotfiles/.zprofile

11 lines
193 B
Plaintext
Raw Normal View History

2019-07-20 12:22:17 +02:00
export QT_QPA_PLATFORMTHEME="qt5ct"
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
exec checkupdates
fi