2 # colorls.sh - set up the ls color preferences.
4 # The environment variable LS_COLORS maintains colon (:) seperated list of
5 # color preferences to be used by ls program. This script is placed in
6 # /etc/profile.d/ directory that would make sure the script is executed on
7 # before a terminal is started. The script sets LS_COLORS environment with
8 # suitable color setting for Haiku terminal.
10 # Copyright 2012 Haiku, Inc. All rights reserved.
11 # Distributed under the terms of the MIT License.
14 # Prasad Joshi <prasadjoshi.linux@gmail.com>