diff options
author | listout <listout@protonmail.com> | 2021-04-12 18:12:21 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-12 18:12:21 +0530 |
commit | bbd9da0d4b0239bdf2ec8e31ac3df0194f445054 (patch) | |
tree | 215ca53427e54a83c51bcc713bed9848b4c75e1c /.zshenv | |
parent | 15f10d928957173033ac2466cd4ff030cb1f629d (diff) |
zsh configuration added
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +typeset -U PATH path +path=("$HOME/.local/bin" "$path[@]") +export PATH + +export EDITOR=/usr/bin/nvim +export PAGER="/usr/bin/nvim -u NORC +Man!" +export MANPAGER="/usr/bin/nvim -u NORC +Man!" +export VISUAL=/usr/bin/nvim +export BROWSER=/usr/bin/firefox +export QT_QPA_PLATFORMTHEME=qt5ct |