trying to get flags to work. some movement, but not quite there yet.

This commit is contained in:
sealad886 2025-01-27 15:25:01 +00:00
commit 1b1e6c9546
2 changed files with 135 additions and 62 deletions

View file

@ -31,6 +31,13 @@ This plugin enhances your Zsh shell environment by integrating powerful features
omz plugin enable ollama
```
In order to get the most benefit from completions, with helpful usage hints, etc:
```sh
# ~/.zshrc
# add the following zstyle entry wherever you want
zstyle ':completion:*:*:*:*:descriptions' format '%F{green}%d%f'
```
2. **Restart Your Shell**
Apply the changes by reloading Oh-My-Zsh: