diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-13 16:52:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-13 16:52:22 +0100 |
commit | 32e45951ebf6fb767d64e589058177daf1bc6c55 (patch) | |
tree | c54e7ae5057b3ae8c1a03a0e1d9b07c44e5dff4a /etc/rc | |
parent | 82b0032d2d5ba7f737b3e27861741aaf287af10a (diff) |
Show todo and calendar in zprofile
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ xsource $ZDIR/local xsource $HOME/var/tmp/envstore-raw-$UID source $ZDIR/completion +(( ZPROFILE )) && source $ZDIR/profile + ## misc bindkey -e check_com -c dircolors && eval $(dircolors -b $HOME/packages/zsh/etc/dircolors) |