From: Michael Prokop Date: Mon, 13 Apr 2015 07:19:17 +0000 (+0200) Subject: zshrc: drop '-F' from ls alias 'l' also when running in dump $TERM X-Git-Tag: v0.11.2~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=28618c19e1bf222c8a5965f40bf6a7970a627d3a zshrc: drop '-F' from ls alias 'l' also when running in dump $TERM Related to PR #32 --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index d106274..01edce7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2455,7 +2455,7 @@ else alias la='command ls -la' alias ll='command ls -l' alias lh='command ls -hAl' - alias l='command ls -lF' + alias l='command ls -l' fi alias mdstat='cat /proc/mdstat'