Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aubreypwd/zsh-plugin-reload

Reload your ~/.zshrc file with the reload command.
https://github.com/aubreypwd/zsh-plugin-reload

zsh zsh-plugin zsh-plugins zshrc

Last synced: 2 months ago
JSON representation

Reload your ~/.zshrc file with the reload command.

Lists

README

        

# `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

```bash
reload
```

## Install

Using [antigen](https://github.com/zsh-users/antigen):

```bash
antigen bundle aubreypwd/zsh-plugin-reload
```

## Development

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