From afa076344ad4217a44f530b17d9bca9d3e36fdaf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 23 Mar 2010 13:39:36 +0100 Subject: zshrc: Show infos (if requseted) --- etc/rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 46d1987..c45b8ed 100644 --- a/etc/rc +++ b/etc/rc @@ -469,6 +469,12 @@ if ((UID)) { } chpwd +# Show infos if requested (.xinitrc) + +if ((SHOW_INFO)) { + $ZDIR/../helpers/info +} + # }}} # {{{ Includes -- cgit v1.2.3