profile
This commit is contained in:
parent
46a27fe7e6
commit
9b42642822
2 changed files with 3 additions and 0 deletions
3
config/zsh/.zprofile
Normal file
3
config/zsh/.zprofile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
Loading…
Reference in a new issue