From 9b0eb8c8f43ba7fd76ffd1c645a53d95a192909f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 16 Oct 2008 21:34:15 +0000 Subject: [PATCH] Removed "lal" alias and added "-A" to "ll" instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28193 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/data/etc/profile b/data/etc/profile index 11fcbfd27a..2ce95c2fa0 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -12,9 +12,8 @@ export PS1="\w> " export HISTFILESIZE=50 alias ls="ls --color" -alias ll="ls -l" +alias ll="ls -lA" alias la="ls -A" -alias lal="ls -Al" alias m="more" # @@ -22,9 +21,9 @@ alias m="more" # # -# An almost-ksh compatible `whence' command. This is as hairy as it is +# An almost-ksh compatible `whence' command. This is as hairy as it is # because of the desire to exactly mimic ksh. -# +# # This depends somewhat on knowing the format of the output of the bash # `builtin type' command. #