diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
commit | 46141fa54b7a21d78282896bb70667dc25e49684 (patch) | |
tree | 7abfec618c41976940231e7741a36e503085cb2e /.zprofile | |
parent | 81808a6d71e561993608068d994c0615872d6c33 (diff) |
fixed error when starting up startpage server
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ export TERMINAL="st" export BROWSER="firefox" export READER="zathura" export COLORTERM="truecolor" -export PAGER="vim" +export PAGER="less" export WM="xmonad" export QT_QPA_PLATFORMTHEME=gtk2 @@ -14,3 +14,5 @@ startx if [[ "$(tty)" = "dev/tty1" ]]; then startx fi + +/zt/Programs/startpage-server & disown # errors out without disown |