aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-04 21:07:46 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-04 21:07:46 +0530
commit460119de1feb7777007d90f4643eef3a830cd4c4 (patch)
tree2de3d6860f8f03c5ae233e1079d5b379dce70ea2 /.zprofile
parent1eb7a1a53b0e3c391635a0f643ed2aa286a10993 (diff)
added/modified some exports
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index c444b1e..df7308c 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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