X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=01edce767568b10cc83bf11b44b10e8d5b56136c;hb=28618c19e1bf222c8a5965f40bf6a7970a627d3a;hp=d106274355aa162b029bc6821015afc648449cc4;hpb=2065da59e373daa1747b580b0a48dce8b075a0d6;p=grml-etc-core.git 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'