minimal-shellrc: we make sure that aliases refer to 'command ls'
authorMoviuro <moviuro+grml@gmail.com>
Mon, 13 Apr 2015 18:42:56 +0000 (20:42 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 14 Apr 2015 08:15:56 +0000 (10:15 +0200)
(cherry picked from commit b7c4fe4ebfdc4f24d47b2f25bc3605229c19ecd5)

Closes #38 @ github

etc/minimal-shellrc

index a684c6f..23aa9a2 100644 (file)
@@ -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