about summary refs log tree commit diff
path: root/.config/zsh/.zshenv
blob: dd98e0595eaade27530562a91c33b7b81e163afb (plain) (blame)
1
2
3
4
5
6
7
export EDITOR='vim'
export PAGER='less'
export LESS='--RAW-CONTROL-CHARS'

if [[ $INTELLIJ -eq 1 ]]; then
	export PATH=/usr/local/bin:/usr/bin:$PATH
fi