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. #