zshrc: simplify ls alias setup; remove -F from ls aliases
authorMoviuro <moviuro+grml@gmail.com>
Sun, 12 Apr 2015 12:16:32 +0000 (14:16 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 13 Apr 2015 07:00:31 +0000 (09:00 +0200)
commit2065da59e373daa1747b580b0a48dce8b075a0d6
tree1da6ad00847c1bd1c7864e17992c81c7608be3da
parentbd49c00f9a18f413cd33767f5dfa793e9803c112
zshrc: simplify ls alias setup; remove -F from ls aliases

To add `-F` to your aliases, use the following in .zshrc.pre:

  typeset -ga ls_options
  ls_options=( -F )

(cherry picked from commit 189949c6aa3a0d140a10d8e1c3914887bd4c0057)

NOTE from Michael Prokop (merging the PR to the Grml git repository):
This unifies the behaviour of ls output, we should either use '-F'
everywhere or not at all in our provided ls related aliases.
Thanks to Christian Hesse for triggering this via PR #32
etc/zsh/zshrc