mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-28 18:53:47 +08:00
865 B
865 B
fnox
Adds integration and shell completions for fnox, a tool for provider-agnostic secret injection.
Supports either standalone activation or mise integration if installed.
Installation
- Optional: Download & install mise by running the following:
curl https://mise.jdx.dev/install.sh | sh
- Enable fnox by adding it to your
pluginsdefinition in~/.zshrc.
# standalone
plugins=(fnox)
# with mise integration
plugins=(mise fnox)
Usage
See the fnox documentation for information on how to use fnox standalone or with mise integration.