diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-17 00:07:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-17 00:07:36 +0200 |
commit | d5eb96eb0a6122fb8553de1efc68b29047d09977 (patch) | |
tree | 438ca5b1e9bba6e31cf5d2544320af2c29158460 /etc/rc | |
parent | b3ac070c1454cf23c0edc3bfb36524e0326fb069 (diff) |
Include config snippets from other packages
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ source $ZDIR/alias/global source $ZDIR/alias/short source $ZDIR/completion +# 'outsourced' stuff +source $ZDIR/provided/includes + ## misc bindkey -e ls-colors: eval $(dircolors -b $HOME/packages/zsh/etc/dircolors) |