No description
Find a file
Yann Esposito (Yogsototh) 59072d778c Better install
2011-11-03 15:24:06 +01:00
src Initial commit 2011-11-03 15:21:08 +01:00
README.md Better install 2011-11-03 15:24:06 +01:00

ZSH higher order functions

You can look at this article to have more informations.

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

mkdir ~/.zsh
git clone https://yogsototh@github.com/yogsototh/zsh_functional.git ~/.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