No description
Find a file
Yann Esposito (Yogsototh) 01c4844827 Initial commit
2011-11-03 15:21:08 +01:00
src Initial commit 2011-11-03 15:21:08 +01:00
README.md Initial commit 2011-11-03 15:21:08 +01:00

ZSH higher order functions

You can look at this article to have more informations.

To install just clone it to ~/.zsh/functional and add

# Load functions
func_reps=( ~/.zsh/functional/src )
for rep in $func_reps; do
    fpath=($rep $fpath)
    autoload -U $rep/*(:t)
done

to your .zshrc