From 961627ce9795b626d006ff75bc7e9024bd1fb345 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 27 Jan 2008 22:43:34 +0000 Subject: Slight misuse of dircolors. git-svn-id: http://svn.telesphoreo.org/trunk@38 514c082c-b64e-11dc-b46d-3d985efe055d --- over/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'over') 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= -- cgit v1.2.3