commit: zshrc: improvements by Kai Wilke. Thanks!

Frank Terbeck ft at repos.grml.org
Mon Sep 29 17:23:50 CEST 2008


Changeset available online at:

http://hg.grml.org/grml-etc-core/rev/55d3cb2c587a5917f40af6acea5f82d05ac17a76


changeset:   452:55d3cb2c587a5917f40af6acea5f82d05ac17a76
user:        Frank Terbeck <ft at grml.org>
date:        Mon Sep 29 17:18:36 2008 +0200
files:       debian/changelog etc/zsh/zshrc
description:
zshrc: improvements by Kai Wilke. Thanks!

See <http://bts.grml.org/grml/issue528>.

  - transform [[ -z $PARAM ]] etc. tests to:
    [[ $PARAM -gt 0 ]] and [[ $PARAM -eq 0 ]]
  - fix a problem when /etc/zsh/functions.d
  - do not load zsh/zprof as it might be loaded already
  - *update* the battery status in $RPS1 each time its redrawn.
    only happens if the feature is enabled when sourcing zshrc.





More information about the Git-commits mailing list