From bbd9da0d4b0239bdf2ec8e31ac3df0194f445054 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 12 Apr 2021 18:12:21 +0530 Subject: zsh configuration added --- .zshenv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zshenv (limited to '.zshenv') diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..a11a449 --- /dev/null +++ b/.zshenv @@ -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 -- cgit v1.2.3