summaryrefslogtreecommitdiff
path: root/dot_zsh/source/env.zsh
blob: abd3c7efd33eceaa33207d406ac0029cee3f8666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export EDITOR==micro
export GIT_EDITOR==micro
export LESS='-R --mouse --wheel-lines=4'
export PAGER='less'

if [[ -z $TERMINFO_DIRS ]]; then
	autoload -Uz autosource
	# maybe others later!
	autosource import-systemd-env
fi