From: Moviuro Date: Mon, 13 Apr 2015 18:42:56 +0000 (+0200) Subject: minimal-shellrc: we make sure that aliases refer to 'command ls' X-Git-Tag: v0.12.0~13 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=9c33ceaad982adcb8cac0295347af57875719c5f minimal-shellrc: we make sure that aliases refer to 'command ls' (cherry picked from commit b7c4fe4ebfdc4f24d47b2f25bc3605229c19ecd5) Closes #38 @ github --- 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