diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-23 13:39:36 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-23 13:39:36 +0100 |
commit | afa076344ad4217a44f530b17d9bca9d3e36fdaf (patch) | |
tree | 1bb2397251c6bd0a655cf597dcba2a330737138b /etc | |
parent | 9d78b3b9a11d91b9f0188287b87a09756ac5b08c (diff) |
zshrc: Show infos (if requseted)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -469,6 +469,12 @@ if ((UID)) { } chpwd +# Show infos if requested (.xinitrc) + +if ((SHOW_INFO)) { + $ZDIR/../helpers/info +} + # }}} # {{{ Includes |