diff options
author | makefu <github@syntax-fehler.de> | 2014-03-13 21:05:45 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-13 21:05:45 +0100 |
commit | b61b596741a1ae3be0c188a648efd9ad619407bb (patch) | |
tree | ff476ca3f70f138c734b6a79dcb831f2e25b0b4c /ship/src/fix_dircolors | |
parent | 323ca2ae1a5eb668ae6577e7eb43c62c61735709 (diff) |
generalize install stick remastering
Diffstat (limited to 'ship/src/fix_dircolors')
-rwxr-xr-x | ship/src/fix_dircolors | 2 |
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 |