diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-25 14:14:00 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-25 14:14:00 +0530 |
commit | 7f53350581dfbc4054590a0415815ad765958b98 (patch) | |
tree | b7ae95871a53f78cfe78ecac2d029c45b74356ab | |
parent | 3f696853a02c89f3d0a333fea73d74e4594b78c7 (diff) |
Now the .zprofile is actually error free AFTER 3 WRONG COMMITS
-rw-r--r-- | .zprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |