summaryrefslogtreecommitdiffstats
path: root/sys-apps/darklin/files/bashrc
blob: 82dcbad7be0e7ed85b12234ebee5b1c444f06ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11


# CfgStart darklin
    if [ -z "$loginsh" ]; then # We're not a login shell
        for i in /etc/profile.d/*.sh; do
	    if [ -x $i ]; then
	        . $i
	    fi
	done
    fi
# CfgEnd darklin