Move zsh xinit to .zlogin

This commit is contained in:
Riyyi
2020-08-20 00:06:47 +02:00
parent 29300127fc
commit 5e56d995b4
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -87,7 +87,3 @@ EXPORTS=$(sed -nE \
echo "$EXPORTS" | while read -r line; do
export $line
done
## Login
[ "$USER" = "rick" ] && [ "$(tty)" = "/dev/tty1" ] && exec xinit -- vt1 > /dev/null 2>&1