Questions tagged [zsh-completion]

Questions about command completion in the zsh Unix shell.

Questions about command completion in the Unix shell.

Resources

243 questions
-1
votes
1 answer

Command prompt color changes on completion suggestions in zsh/oh-my-zsh

I have a problem that I couldn't find a solution to (maybe I'm just a horrible google user). Anyways: I use oh-my-zsh with a custom theme and one or two plugins, but nothing too fancy. Whenever I double-press tab to bring up the completion…
LeoReentry
  • 81
  • 9
-1
votes
1 answer

How do I add the branch creator to `git checkout` branch completion in zsh?

When you want to check out a git branch you can type git checkoutTAB to list the available branches: $ git checkout feature- feature-1 feature-2 How can I add additional info such as branch creator and updated ago to the list of autocompleted…
Tig Bohr
  • 1
  • 2
-2
votes
1 answer

Avoid running compinit at each zsh startup

I build a huge zsh completion file for my program using clap_complete. To activate it, I added in my ~/.zshrc the lines: fpath+=(~/.zsh/completion) # adding my completion directory to the fpath compinit # running completion However, the compinit…
Hugo Trentesaux
  • 1,584
  • 1
  • 16
  • 30
1 2 3
16
17