diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/.profile | 5 | ||||
-rw-r--r-- | sh/.shrc | 1 |
2 files changed, 5 insertions, 1 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" @@ -9,7 +9,6 @@ export PAGER=less export LESS='-iMRS -x2' export EDITOR=vim export LSCOLORS=DxfxgxgxcxxbxbaCacADAd -#export LSCOLORS=ExfxgxgxcxxbxbaCacADAd alias ls='ls -FHh' alias ll='ls -l' |