aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh/.zshenv
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-31 10:42:24 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-31 10:42:24 +0530
commit9417917ed3ef83303d7aaffc3b75c529652e2a90 (patch)
treec2c2031ec4e725bcdad23d651495df021ab38ee2 /.config/zsh/.zshenv
parent56247f4b961372d73872ce6dfb1a7871037699c8 (diff)
Switched to lightdm and converted .zprofile into .zshenv and .xprofile
Diffstat (limited to '.config/zsh/.zshenv')
-rw-r--r--.config/zsh/.zshenv14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
new file mode 100644
index 0000000..1059916
--- /dev/null
+++ b/.config/zsh/.zshenv
@@ -0,0 +1,14 @@
+export EDITOR="nvim"
+export VISUAL="emacs"
+export TERMINAL="st"
+export BROWSER="librewolf"
+export READER="zathura"
+export COLORTERM="truecolor"
+export PAGER="bat"
+
+# export WM="xmonad"
+
+export QT_QPA_PLATFORMTHEME=gtk2
+export ZDOTDIR="$HOME/.config/zsh"
+
+. "$HOME/.cargo/env"