From 9c33ceaad982adcb8cac0295347af57875719c5f Mon Sep 17 00:00:00 2001 From: Moviuro Date: Mon, 13 Apr 2015 20:42:56 +0200 Subject: [PATCH] minimal-shellrc: we make sure that aliases refer to 'command ls' (cherry picked from commit b7c4fe4ebfdc4f24d47b2f25bc3605229c19ecd5) Closes #38 @ github --- etc/minimal-shellrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.1.4