Skip to content

phalasz/zsh-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zsh-functions

This is a repository of some zsh custom function that helped me with development on my local Mac OSX machine

Installation

  1. Clone the repository somewhere.

  2. Symlink the zfunc dir to your user's home dir as .zfunc

  3. Add the following to your .zshrc file

     fpath=(
         .zfunc/
         .zfunc/**/*~*/(CVS)#(/N)
         "${fpath[@]}"
     )
    
  4. Mark the function you need to be autoloaded when needed in .zshrc

    eg.: autoload -Uz php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published