zshrc: improvements by Kai Wilke. Thanks!
authorFrank Terbeck <ft@grml.org>
Mon, 29 Sep 2008 15:18:36 +0000 (17:18 +0200)
committerFrank Terbeck <ft@grml.org>
Mon, 29 Sep 2008 15:18:36 +0000 (17:18 +0200)
commit608bc0481949763f227d5d3959cdc3a0207ed2bc
tree042ed295d8efa17feac3fa0bf73135f3fcffcf96
parent2d5ad7056e7e8d67802dbac537a26b758c5c33dc
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.
debian/changelog
etc/zsh/zshrc