From 8dc8f2d52338fd87e7763995e6732f5a295300e8 Mon Sep 17 00:00:00 2001 From: mono-b Date: Mon, 26 Dec 2022 04:08:53 -0300 Subject: huh --- zsh/.zprofile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zsh/.zprofile (limited to 'zsh/.zprofile') 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 -- cgit v1.2.1