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

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