1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

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
parent d94d2bf8d1
commit 1b1e6c9546
2 changed files with 137 additions and 64 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: