diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 12:35:55 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 12:35:55 +0000 |
commit | 26020feaa3a141909349610bfd69611a13b3a41e (patch) | |
tree | e18bc74f954a8ff268747ea9544d3730618eac29 /data/coreutils | |
parent | 7ddabf0c54138f19869c915083d082f92009a3eb (diff) |
Made the move to profile.d.
git-svn-id: http://svn.telesphoreo.org/trunk@85 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/coreutils')
-rwxr-xr-x | data/coreutils/coreutils.sh | 3 | ||||
-rw-r--r-- | data/coreutils/make.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/coreutils/coreutils.sh b/data/coreutils/coreutils.sh new file mode 100755 index 000000000..e7d52142d --- /dev/null +++ b/data/coreutils/coreutils.sh @@ -0,0 +1,3 @@ +alias ls="ls -Fb --color=auto -T 0" +eval "$(dircolors -b)" +export CLICOLOR= diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh index 2b3311b62..137265f15 100644 --- a/data/coreutils/make.sh +++ b/data/coreutils/make.sh @@ -7,3 +7,5 @@ pkg: rm -f /usr/bin/sync pkg:bin cat chgrp chmod chown cp date dd df dir echo false hostname kill ln ls mkdir mknod mv pwd readlink rm rmdir vdir sleep stty su touch true uname pkg: mkdir -p /usr/sbin pkg: mv /usr/bin/chroot /usr/sbin +pkg: mkdir -p /etc/profile.d +pkg: cp -a %/coreutils.sh /etc/profile.d |