diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-27 22:43:34 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-27 22:43:34 +0000 |
commit | 961627ce9795b626d006ff75bc7e9024bd1fb345 (patch) | |
tree | 632ccdb08c77c9bdc15d2aae45391218b1334ba4 /over/etc/profile | |
parent | 0b0258cf411a9427faadb078af3c1829e1ab81f7 (diff) |
Slight misuse of dircolors.
git-svn-id: http://svn.telesphoreo.org/trunk@38 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over/etc/profile')
-rw-r--r-- | over/etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/over/etc/profile b/over/etc/profile index 085b4261e..0f9f00620 100644 --- a/over/etc/profile +++ b/over/etc/profile @@ -4,7 +4,7 @@ export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/b export PS1='\h:\w \u\$ ' alias ls="ls -Fb --color=auto -T 0" -eval $(dircolors) +eval "$(dircolors -b)" alias less='less -R' export CLICOLOR= |