X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fminimal-shellrc;h=23aa9a2dc881b7d48be375ecbe1320f56f1d3b41;hp=1a5a9c286b2551011e4eeec8c4a91858dde3d9bc;hb=69255e617abd0d063240d11f975b2fecf94d758e;hpb=2464dac5c121307ce71877332d7a7b19fe653b95 diff --git a/etc/minimal-shellrc b/etc/minimal-shellrc index 1a5a9c2..23aa9a2 100644 --- a/etc/minimal-shellrc +++ b/etc/minimal-shellrc @@ -29,9 +29,9 @@ set -o bgnice \ -o trackall # 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 ls='command ls --color=auto' # we're on grml, so we do have GNU ls. +alias ll='command ls -l --color=auto' +alias la='command ls -la --color=auto' alias pu='ps -fu $USER' ## Keybindings