Skip to content
/ custom Public template
forked from zimfw/custom

Template for custom module.

License

Notifications You must be signed in to change notification settings

codesmax/custom

This branch is 2 commits ahead of, 2 commits behind zimfw/custom:master.

Repository files navigation

custom

Add any custom aliases/settings to the init.zsh file.

Any functions should go in the functions subdirectory, where the name of the file is the name of the function.

For example, this function from your .zshrc:

foo() {
  print 'bar'
}

becomes a file named foo in the functions subdirectory containing:

print 'bar'

About

Template for custom module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%