From 5968f55943218e80163690a5ad2cbb8fa69c02c0 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 18:09:46 +1000 Subject: [PATCH] add .zprofile to start x.org --- zsh/.zprofile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zsh/.zprofile diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..87fee1f --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,9 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + exec startx +fi -- 2.43.2