From 7f53350581dfbc4054590a0415815ad765958b98 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 25 Apr 2021 14:14:00 +0530 Subject: Now the .zprofile is actually error free AFTER 3 WRONG COMMITS --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index 660aa8a..9bf46ba 100644 --- a/.zprofile +++ b/.zprofile @@ -10,9 +10,9 @@ export WM="xmonad" export QT_QPA_PLATFORMTHEME=gtk2 export ZDOTDIR="$HOME/.config/zsh" -startx +/zt/Programs/startpage-server & + if [[ "$(tty)" = "dev/tty1" ]]; then startx fi -/zt/Programs/startpage-server & disown # errors out without disown -- cgit v1.2.3