From 28618c19e1bf222c8a5965f40bf6a7970a627d3a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 13 Apr 2015 09:19:17 +0200 Subject: [PATCH] zshrc: drop '-F' from ls alias 'l' also when running in dump $TERM Related to PR #32 --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.1.4