From b61b596741a1ae3be0c188a648efd9ad619407bb Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 13 Mar 2014 21:05:45 +0100 Subject: generalize install stick remastering --- ship/src/fix_dircolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ship/src/fix_dircolors') 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 -- cgit v1.2.3