https://github.com/jedahan/geometry-hydrate
geometry prompt plugin reminding you to hydrate
https://github.com/jedahan/geometry-hydrate
Last synced: 9 months ago
JSON representation
geometry prompt plugin reminding you to hydrate
- Host: GitHub
- URL: https://github.com/jedahan/geometry-hydrate
- Owner: jedahan
- Created: 2017-02-25T16:49:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T16:12:35.000Z (about 7 years ago)
- Last Synced: 2025-03-02T12:17:18.562Z (9 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-zsh-plugins - geometry-hydrate - [Geometry](https://github.com/geometry-zsh/geometry) plugin to remind you to hydrate. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - geometry-hydrate - <b><code> 984⭐</code></b> <b><code> 97🍴</code></b> [Geometry](https://github.com/geometry-zsh/geometry)) plugin to remind you to hydrate. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - geometry-hydrate - [Geometry](https://github.com/geometry-zsh/geometry) plugin to remind you to hydrate. (Plugins / Zinit (née zplugin))
README
# Hydrate
Reminds you to hydrate every once in a while. Run `hydrate` once you have hydrated. You can also have this wrap any bindkey command to also run hydrate by exporting `GEOMETRY_PLUGIN_HYDRATE_BINDKEY`

## Installation
```sh
GEOMETRY_PROMPT_PLUGINS+=(hydrate)
```
## Configuration
```sh
GEOMETRY_PLUGIN_HYDRATE_COLOR=blue
GEOMETRY_PLUGIN_HYDRATE_SYMBOL=💧
GEOMETRY_PLUGIN_HYDRATE_INTERVAL=20 # interval in minutes
GEOMETRY_PLUGIN_HYDRATE_BINDKEY='^L' # wrap ^L bind to also hydrate
```