diff options
Diffstat (limited to 'sh/.profile')
-rw-r--r-- | sh/.profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile index e37077f..e9ebfd6 100644 --- a/sh/.profile +++ b/sh/.profile @@ -1 +1,6 @@ +export CLICOLOR=1 +export PAGER=less +export LESS='-iMRS -x2' +export EDITOR=vim +export LSCOLORS=DxfxgxgxcxxbxbaCacADAd export ENV="${HOME}/.shrc" |