summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-08 07:24:24 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-08 07:24:24 -0400
commitccad4ad85cc0b0222457f0ad1d397bb12b9449be (patch)
tree5b34b6c29e7ed8000f36c324babcbc317892e2cf /sh
parentffeca1d93b86ddcd150bbdfc3592ff9b64015423 (diff)
downloaddotfiles-ccad4ad85cc0b0222457f0ad1d397bb12b9449be.tar.gz
make zenburn xresources more accurate
Diffstat (limited to 'sh')
-rw-r--r--sh/.shrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/.shrc b/sh/.shrc
index 402c592..fc05e91 100644
--- a/sh/.shrc
+++ b/sh/.shrc
@@ -1,5 +1,5 @@
reset=$'\e[0m'
-blue=$'\e[1;94m'
+blue=$'\e[0;34m'
green=$'\e[0;32m'
PS1="\[${green}\]\u@\h\[${reset}\]:\[${blue}\]\W\[${green}\]\$\[${reset}\] "
unset reset blue green
@@ -9,6 +9,7 @@ export PAGER=less
export LESS='-iMRS -x2'
export EDITOR=vim
export LSCOLORS=DxfxgxgxcxxbxbaCacADAd
+#export LSCOLORS=ExfxgxgxcxxbxbaCacADAd
alias ls='ls -FHh'
alias ll='ls -l'