diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9f..f91741a8e 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -9,6 +9,9 @@ export ZSH=$HOME/.oh-my-zsh # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="robbyrussell" +# Set zstyle +zstyle ':completion:*' format 'Completing %d' + # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"