No description
Find a file
2012-07-08 13:42:00 +02:00
src Initial commit 2011-11-03 15:21:08 +01:00
README.md Rewrite README 2012-07-08 13:42:00 +02: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://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