aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-10-22 00:02:27 +0800
committerGuangxiong Lin <[email protected]>2021-10-22 00:02:27 +0800
commit3b3e09d497078adfcb8f054a895d1ddac68a37de (patch)
tree0ea96c6e3f2ee07ab0d597181bf57a98b1adddae /.zprofile
parente088f86f3ca6bcaae3d1190e19f09d4408e99bfc (diff)
downloaddotfiles-3b3e09d497078adfcb8f054a895d1ddac68a37de.tar.gz
dotfiles-3b3e09d497078adfcb8f054a895d1ddac68a37de.tar.bz2
dotfiles-3b3e09d497078adfcb8f054a895d1ddac68a37de.zip
Update xinit
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.zprofile b/.zprofile
index 277492d..e69de29 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,3 +0,0 @@
-if [ -z "${DISPLAY}" ] && [ "{XDG_VTNR}" -eq 1 ]; then
- exec startx
-fi