agkozak / zsh-z

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
MIT License
2.02k stars 76 forks source link

zsh-z not following description format #51

Closed AtifChy closed 3 years ago

AtifChy commented 3 years ago

this is how my completion description look image

but with zsh-z it's just white text. It's not following my description format image

my completion description format zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%u'

agkozak commented 3 years ago

Could you post your whole .zshrc or provide a link to it? Thanks.

agkozak commented 3 years ago

zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%u'

That should have a %b in it: zstyle ':completion:*:descriptions' format '%U%B%F{cyan}%d%f%b%u' But that's not the problem. I'll figure this out.

AtifChy commented 3 years ago

Could you post your whole .zshrc or provide a link to it? Thanks.

https://github.com/AtifChy/dotfiles/blob/main/.config/zsh/.zshrc

agkozak commented 3 years ago

I'm on the verge of solving this. Give me just a little time.

agkozak commented 3 years ago

@AtifChy OK. I've got a proposed fix on the description branch. Please give it a try and tell me if it works for you.

Thanks so much, by the way, for bringing this matter up. It gives me an opportunity to improve the plugin.

AtifChy commented 3 years ago

@AtifChy OK. I've got a proposed fix on the description branch. Please give it a try and tell me if it works for you.

it works

Thanks so much, by the way, for bringing this matter up. It gives me an opportunity to improve the plugin.

my pleasure

agkozak commented 3 years ago

All right, I've merged the changes to the master branch, so you may switch back to that. Thanks again.