diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:47:19 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:47:19 +0100 |
| commit | 1fe312ef0e8342b7906127dee72cef1aab6d84a6 (patch) | |
| tree | f68393f72de10193cf6257e3f8af0daa852410c1 | |
| parent | 2ea9d99d207cc1d0263767fe0b006460915f4da0 (diff) | |
zshrc: Show progress message for includes
| -rw-r--r-- | etc/rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
