X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fminimal-shellrc;h=23aa9a2dc881b7d48be375ecbe1320f56f1d3b41;hp=a684c6f91e669c4028cbf0df1a4b5231ade39b47;hb=9c33ceaad982adcb8cac0295347af57875719c5f;hpb=cbe11aa654dd53f621076532c61f5a24609e06ec diff --git a/etc/minimal-shellrc b/etc/minimal-shellrc index a684c6f..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 -l --color=auto' -alias la='ls -la --color=auto' +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