summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/.profile5
-rw-r--r--sh/.shrc1
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"
diff --git a/sh/.shrc b/sh/.shrc
index fc05e91..c35c7bd 100644
--- a/sh/.shrc
+++ b/sh/.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'