X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fminimal-shellrc;h=a684c6f91e669c4028cbf0df1a4b5231ade39b47;hb=cbe11aa654dd53f621076532c61f5a24609e06ec;hp=1a5a9c286b2551011e4eeec8c4a91858dde3d9bc;hpb=2464dac5c121307ce71877332d7a7b19fe653b95;p=grml-etc-core.git diff --git a/etc/minimal-shellrc b/etc/minimal-shellrc index 1a5a9c2..a684c6f 100644 --- a/etc/minimal-shellrc +++ b/etc/minimal-shellrc @@ -30,8 +30,8 @@ set -o bgnice \ # aliases for various command shortcuts alias ls='ls --color=auto' # we're on grml, so we do have GNU ls. -alias ll='ls -lFb' -alias la='ls -LaFb' +alias ll='ls -l --color=auto' +alias la='ls -la --color=auto' alias pu='ps -fu $USER' ## Keybindings