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

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