From cbb473fce8658982db53b10a5bcd98510d3b8ec9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 7 May 2013 21:34:54 +0200 Subject: [PATCH] setup.sh: Add "Do not edit" warning to generated shell/dircolors. --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index b1b14de..adc2ce6 100755 --- a/setup.sh +++ b/setup.sh @@ -66,7 +66,8 @@ chmod 0600 ~/.less # Custom colors for GNU ls. if installed dircolors; then - dircolors -b shell/dircolors.in > shell/dircolors + echo '# WARNING! DO NOT EDIT THIS FILE!' > shell/dircolors + dircolors -b shell/dircolors.in >> shell/dircolors fi # Find the required options to get colored ls output. GNU ls is preferred. See -- 2.43.2