diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-08 13:53:11 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-08 13:53:11 +0100 |
commit | ac4d0d9d005ba1e6a5f2d0fa47f23b15ed140737 (patch) | |
tree | a6a3fc7857e7ceea64d0ebf4365737d5c9aee1e0 /etc/rc | |
parent | 05fd0d5f681ea378caed7a65c5d353604aae5ed0 (diff) |
zshrc: Added another (git trackable) method for local configurations
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ source $ZDIR/alias/short source $ZDIR/../provided/includes xsource $ZDIR/local xsource $HOME/var/tmp/envstore-raw-$UID +xsource $ZDIR/hosts/$HOST source $ZDIR/completion (( ZPROFILE )) && source $ZDIR/profile |