#zdep modules,options,vars
### vim:ft=zsh:foldmethod=marker
###
### zsh misc. commands for interactive shells
###
### Frank Terbeck <ft@bewatermyfriend.org>
### Last-Modified: Tue Dec 25 16:43:40 2007
###
### URI: <http://ft.bewatermyfriend.org/comp/zsh.html>
###

### colored filenames with ls
if [[ -x $(which dircolors) ]] ; then
    eval $( dircolors ${~ZRC_SOURCE_DIR}/dircolors )
fi

### umask
umask 0077

### ulimit
# corefile
ulimit -c unlimited