summaryrefslogtreecommitdiff
path: root/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644
index 0000000..93d8d9f
--- /dev/null
+++ b/zsh/.zprofile
@@ -0,0 +1,7 @@
+[[ -f ~/.zshrc ]] && . ~/.zshrc
+
+# xinit
+
+if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
+ exec startx
+fi