zshrc: drop '-F' from ls alias 'l' also when running in dump $TERM
[grml-etc-core.git] / etc / zsh / zshrc
index d106274..01edce7 100644 (file)
@@ -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'