summaryrefslogtreecommitdiffstats
path: root/ship/src/fix_dircolors
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-13 21:05:45 +0100
committermakefu <github@syntax-fehler.de>2014-03-13 21:05:45 +0100
commitb61b596741a1ae3be0c188a648efd9ad619407bb (patch)
treeff476ca3f70f138c734b6a79dcb831f2e25b0b4c /ship/src/fix_dircolors
parent323ca2ae1a5eb668ae6577e7eb43c62c61735709 (diff)
generalize install stick remastering
Diffstat (limited to 'ship/src/fix_dircolors')
-rwxr-xr-xship/src/fix_dircolors2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/src/fix_dircolors b/ship/src/fix_dircolors
index b2e2ffdb..d427563f 100755
--- a/ship/src/fix_dircolors
+++ b/ship/src/fix_dircolors
@@ -6,7 +6,7 @@ exists dircolors || die "no dircolors in PATH, bailing out"
info "fixing dircolors for $(id -un)"
dircolors -p > $HOME/.dircolors
-sed -i 's/\(DIR \).*/\101;35/' $HOME/.dircolors
+sed -i 's/\(DIR \).*/\101;36/' $HOME/.dircolors
! grep -q 'dircolors' $HOME/.profile && \
info "adding dircolors line to $HOME/.profile" && \
echo 'eval `dircolors -b $HOME/.dircolors`' >> $HOME/.profile