zshrc: drop '-F' from ls alias 'l' also when running in dump $TERM
authorMichael Prokop <mika@grml.org>
Mon, 13 Apr 2015 07:19:17 +0000 (09:19 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 13 Apr 2015 07:20:07 +0000 (09:20 +0200)
Related to PR #32

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'