Skip to content

ptavares/zsh-custom-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

zsh-custom-functions

GitHub

zsh plugin for loading my personal zsh custom functions

Table of content

Usage

Once the plugin installed, custom-functions will be available

Bundle zsh-custom-functions in your .zshrc

antigen bundle ptavares/zsh-custom-functions

Load zsh-custom-functions as a plugin in your .zshrc

zplug "ptavares/zsh-custom-functions"

Include the load command in your .zshrc

zget load ptavares/zsh-custom-functions

Clone zsh-custom-functions into your custom plugins repo and load as a plugin in your .zshrc

git clone https://github.com/ptavares/zsh-custom-functions.git ~/.oh-my-zsh/custom/plugins/zsh-custom-functions
plugins+=(zsh-custom-functions)

Keep in mind that plugins need to be added before oh-my-zsh.sh is sourced.

  • Manually

Clone this repository somewhere (~/.zsh-custom-functions for example) and source it in your .zshrc

git clone https://github.com/ptavares/zsh-custom-functions ~/.zsh-custom-functions
source ~/.zsh-custom-functions/zsh-custom-functions.plugin.zsh

License

MIT

About

zsh plugin for loading my personal zsh custom functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages