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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user