Skip to content

aubreypwd/zsh-plugin-reload

Repository files navigation

reload

Simple function to reload your ${ZDOTDIR:-$HOME}/.zshrc file (e.g. if you change it).

  • It will also source ${ZDOTDIR:-$HOME}/.zshrc.secure if you have created that too.

Usage

reload

Install

Using antigen:

antigen bundle aubreypwd/zsh-plugin-reload

Development

  1. Clone repo
  2. Use antigen bundle /absolute/path/to/the/plugin --no-local-clone