blob: a11a44940bf38bec04a269f4ecccfc64c1f98cc6 (
plain)
1
2
3
4
5
6
7
8
9
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
|