more zsh fun

This commit is contained in:
2024-04-20 13:43:24 +02:00
parent 3eb9a1f4bf
commit 9a7c681389
3 changed files with 31 additions and 38 deletions

View File

@@ -0,0 +1,3 @@
if [ "$(tty)" = "/dev/tty1" ];then
exec startx
fi

View File

@@ -34,5 +34,8 @@
".xinitrc" = {
source = ./.xinitrc;
};
".zprofile" = {
source = ./.zprofile;
};
};
}