summaryrefslogtreecommitdiff
path: root/sh/.profile
blob: e9ebfd6e53dfbae62d87e1ac4ae940098aa0e802 (plain) (blame)
1
2
3
4
5
6
export CLICOLOR=1
export PAGER=less
export LESS='-iMRS -x2'
export EDITOR=vim
export LSCOLORS=DxfxgxgxcxxbxbaCacADAd
export ENV="${HOME}/.shrc"