You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm using the recommended configuration from the README:
# disable sort when completing `git checkout`
zstyle ':completion:*:git-checkout:*' sort false# set descriptions format to enable group support
zstyle ':completion:*:descriptions' format '[%d]'# set list-colors to enable filename colorizing
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}# preview directory's content with exa when completing cd
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'exa -1 --color=always $realpath'# switch group using `,` and `.`
zstyle ':fzf-tab:*' switch-group ',''.'
I would like to set the description of all commands to be dark gray, but keep the colors of the commands/filenames/etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I'm using the recommended configuration from the README:
I would like to set the description of all commands to be dark gray, but keep the colors of the commands/filenames/etc.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions