Skip to content

๐ŸŒ€ An annex delivers the capability to use functions instead of params hooks

Notifications You must be signed in to change notification settings

yehvaed/z-a-functional-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โฎ Zi โฏ Annex - functional-hooks

An annex delivers the capability to use functions instead of params hooks

Install

Simply load like a regular plugin, i.e.:

zi light yehvaed/z-a-functional-hooks

After executing this command you can use function named the same as a hook.

    atclone() {
        # run code at clone
    }

    atpull() {
        # run code at pull
    }

    atinit() {
        # run code at init
    }

    atload() {
        # run code at load
    }
    
    zi light z-shell/null
}

Note

  • This repository compatible with Zi
  • This is unofficial annex not supported by Zi organization
  • README was reused form official annexes

About

๐ŸŒ€ An annex delivers the capability to use functions instead of params hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages