diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-09 13:28:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-09 13:28:37 +0200 |
commit | 1858972fdbdbec92a4dd099c016561fc904b3e84 (patch) | |
tree | bb30d0b3fa1ce0d83c981dd2509598fceaeafb4f | |
parent | c5a78a0f05316656d876a7649edd0fe0718809e9 (diff) |
Moved include from .zshrc into a separate snippet
-rw-r--r-- | etc/include | 6 | ||||
-rw-r--r-- | etc/rc | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/include b/etc/include new file mode 100644 index 0000000..f8055f3 --- /dev/null +++ b/etc/include @@ -0,0 +1,6 @@ +## vim:ft=zsh +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 @@ -19,12 +19,6 @@ source $ZDIR/directories source $ZDIR/keys source $ZDIR/alias source $ZDIR/misc - -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/include source $ZDIR/completion source $ZDIR/cleanup |