From 3955cf36784729aecf43dc148b9bfda5ef0f7330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 12 Feb 2005 04:05:27 +0000 Subject: [PATCH] We're now using the --color option for "ls" by default which enables colored output on capable terminals. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11353 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/profile b/data/etc/profile index ff2bc06031..4b7dda4c0f 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -17,6 +17,8 @@ bind '"\e[4~":end-of-line' bind '"\e[5~":history-search-forward' bind '"\e[6~":history-search-backward' +alias ls="ls --color" + # # and now we include a few useful things... #