Tarrasch / zsh-functional

Higher order functions for zsh
136 stars 12 forks source link

Add curry function #13

Open Tarrasch opened 10 years ago

Tarrasch commented 10 years ago

Something like

apply () { $2 $1 }
Tarrasch commented 10 years ago

Use case:

eachf 'apply hi' $colors