Files
dotfiles/.zprofile
T
2019-12-25 12:42:38 -05:00

8 lines
144 B
Bash

sh ~/.config/scripts/install.sh -nr
if [[ $computer == 'w530' ]]; then
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
fi