dotfiles/.zprofile

11 lines
193 B
Bash

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