From 1fe312ef0e8342b7906127dee72cef1aab6d84a6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2009 10:47:19 +0100 Subject: zshrc: Show progress message for includes --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/rc b/etc/rc index c28e520..24c73c8 100644 --- a/etc/rc +++ b/etc/rc @@ -28,10 +28,13 @@ source $ZDIR/prompt source $ZDIR/directories source $ZDIR/keys source $ZDIR/alias + +zrc_status "includes" source $ZDIR/../provided/includes xsource $ZDIR/local # local configuration, not in git xsource $HOME/var/tmp/envstore-raw-$UID # envstore xsource $ZDIR/hosts/$HOST # local configuration in git + source $ZDIR/completion # misc -- cgit v1.2.3