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: 3 months ago
JSON representation
Reload your ~/.zshrc file with the reload command.
- Host: GitHub
- URL: https://github.com/aubreypwd/zsh-plugin-reload
- Owner: aubreypwd
- License: mit
- Created: 2020-10-01T02:38:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T15:28:12.000Z (about 1 year ago)
- Last Synced: 2024-04-15T23:19:27.968Z (9 months ago)
- Topics: zsh, zsh-plugin, zsh-plugins, zshrc
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`