From a381c8a06378de22ff08adf4282b4e3f7e50d250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 25 Feb 2008 12:52:16 +0000 Subject: [PATCH] Added more or less standard aliases for "ls -l" (ll) and "ls -A" (la). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24111 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 4b7dda4c0f..43057d5018 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -18,6 +18,8 @@ bind '"\e[5~":history-search-forward' bind '"\e[6~":history-search-backward' alias ls="ls --color" +alias ll="ls -l" +alias la="ls -A" # # and now we include a few useful things...