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

[ "${TTY%%tty*}" = '/dev/' ] && clear

if [ "$FROMLY" ] && [ "$(id -u)" -ne 0 ]; then
    exec startx > /dev/null 2>&1
    exit
fi