diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-04 21:07:46 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-04 21:07:46 +0530 |
commit | 460119de1feb7777007d90f4643eef3a830cd4c4 (patch) | |
tree | 2de3d6860f8f03c5ae233e1079d5b379dce70ea2 | |
parent | 1eb7a1a53b0e3c391635a0f643ed2aa286a10993 (diff) |
added/modified some exports
-rw-r--r-- | .zprofile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,16 @@ export EDITOR="nvim" +export VISUAL="emacs" export TERMINAL="st" export BROWSER="firefox" +export READER="zathura" +export COLORTERM="truecolor" +export PAGER="vim" +export WM="xmonad" export QT_QPA_PLATFORMTHEME=gtk2 export ZDOTDIR="$HOME/.config/zsh" startx +if [[ "$(tty)" = "dev/tty1" ]]; then + startx +fi |