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