summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.zprofile b/.zprofile
deleted file mode 100644
index b78f84a..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- exec startx
-fi