From 9b4264282298ed8f88d778a94562643ad2183aa2 Mon Sep 17 00:00:00 2001 From: zymon Date: Sun, 9 Jun 2024 16:31:42 +0200 Subject: [PATCH] profile --- zshenv => .zshenv | 0 config/zsh/.zprofile | 3 +++ 2 files changed, 3 insertions(+) rename zshenv => .zshenv (100%) create mode 100644 config/zsh/.zprofile diff --git a/zshenv b/.zshenv similarity index 100% rename from zshenv rename to .zshenv diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile new file mode 100644 index 0000000..113408b --- /dev/null +++ b/config/zsh/.zprofile @@ -0,0 +1,3 @@ +#!/bin/sh + +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"