mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
trying to get flags to work. some movement, but not quite there yet.
This commit is contained in:
parent
d94d2bf8d1
commit
1b1e6c9546
2 changed files with 135 additions and 62 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue