summaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zsh/.zprofile4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644
index 0000000..f64674a
--- /dev/null
+++ b/zsh/.zprofile
@@ -0,0 +1,4 @@
+
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
+
+