[Git-commits] [grml/grml-etc-core] d338de: zshrc: new bk() option '-ra' to removal all (even ...
Moviuro
moviuro+grml at gmail.com
Mon Apr 13 09:06:58 CEST 2015
Branch: refs/heads/master
Home: https://github.com/grml/grml-etc-core
Commit: d338deaa7090e13e9259d8508234741f3c06508d
https://github.com/grml/grml-etc-core/commit/d338deaa7090e13e9259d8508234741f3c06508d
Author: Moviuro <moviuro+grml at gmail.com>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M etc/zsh/zshrc
Log Message:
-----------
zshrc: new bk() option '-ra' to removal all (even hidden) backups
Note by Michael Prokop (merging the PR to the Grml git repository):
Squashed cherry picked commits,
cherry picked from commit 16070c45ece05b6425fe1ca615a3b2ccee1f419b +
cherry picked from commit ab7fe4c8d1b112c4c00dfd0e4a3c4d534a28297a
Commit: bd49c00f9a18f413cd33767f5dfa793e9803c112
https://github.com/grml/grml-etc-core/commit/bd49c00f9a18f413cd33767f5dfa793e9803c112
Author: Moviuro <moviuro+grml at gmail.com>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M etc/zsh/zshrc
Log Message:
-----------
zshrc: don't overwrite {ls,grep}_options set in .zshrc.pre
(cherry picked from commit 57b7364b7da842f486c85f7abae6ce457a23cc5c)
Commit: 2065da59e373daa1747b580b0a48dce8b075a0d6
https://github.com/grml/grml-etc-core/commit/2065da59e373daa1747b580b0a48dce8b075a0d6
Author: Moviuro <moviuro+grml at gmail.com>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M etc/zsh/zshrc
Log Message:
-----------
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
Compare: https://github.com/grml/grml-etc-core/compare/eb5f508e7054...2065da59e373
More information about the Git-commits
mailing list