This is a repository of some zsh custom function that helped me with development on my local Mac OSX machine
-
Clone the repository somewhere.
-
Symlink the
zfunc
dir to your user's home dir as.zfunc
-
Add the following to your
.zshrc
filefpath=( .zfunc/ .zfunc/**/*~*/(CVS)#(/N) "${fpath[@]}" )
-
Mark the function you need to be autoloaded when needed in
.zshrc
eg.:
autoload -Uz php