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