diff --git a/.zprofile b/.zprofile new file mode 120000 index 0000000..018fc86 --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +zprofile \ No newline at end of file diff --git a/zprofile b/zprofile index aa96b0a..05fe3aa 100644 --- a/zprofile +++ b/zprofile @@ -29,3 +29,7 @@ umask 022 shopts=$- set -$shopts unset sh shopts + +if [[ $TTY == /dev/tty1 ]]; then + exec startx :1 +fi