aboutsummaryrefslogtreecommitdiffstats
path: root/.zshenv
blob: 50c385ff58ff2ab519e9362b923e8d2580577886 (plain)
1
2
3
4
5
6
7
export PAGER="less -R"

if [[ ! -z $(whence nvim) ]] then
	export EDITOR='nvim'
elif [[ ! -z $(whence vim) ]] then
	export EDITOR='vim'
fi