aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100755
index 0000000..de50afc
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,4 @@
+if [[ "$(tty)" = "/dev/tty1" ]]; then
+ startx
+ poweroff
+fi