From: Michael Prokop Date: Mon, 13 Apr 2015 07:26:12 +0000 (+0200) Subject: minimal-shellrc: sync ls related alias behaviour with main zshrc X-Git-Tag: v0.11.2~1 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=aeb06b22084beeba696d61dae94f08448c529812 minimal-shellrc: sync ls related alias behaviour with main zshrc --- diff --git a/etc/minimal-shellrc b/etc/minimal-shellrc index 1a5a9c2..a684c6f 100644 --- a/etc/minimal-shellrc +++ b/etc/minimal-shellrc @@ -30,8 +30,8 @@ set -o bgnice \ # 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 ll='ls -l --color=auto' +alias la='ls -la --color=auto' alias pu='ps -fu $USER' ## Keybindings