summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/.zprofile
blob: 2e40c3233db1ded8f739cc5302b7e5bc19f0c420 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } &&
    [ "$(id -u)" -ne 0 ]; then
    exec startx > /dev/null 2>&1
    exit
fi