launch_daemon: Add env vars from sourced files to correct list.
[haiku.git] / data / etc / profile.d / colorls.sh
blob6d6784aff533a6b0d13a14b49314fa363d9be7c6
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.
13 # Author:
14 # Prasad Joshi <prasadjoshi.linux@gmail.com>
17 eval `dircolors -b`