What I actually do is t
if [[ -d $ZDIR/code ]]; then# Autoload shell functions from $ZDIR/code with the executable bit on.for func in$ZDIR/code/*(N-.x:t); dounhash -f $func 2>/dev/null autoload +X $funcdonefi
I dont post much but I love a good lil bash script that can solve world hunger =)