From 73eacb3052ce6a044a2d4fca445f5c617c27f627 Mon Sep 17 00:00:00 2001 From: Hugo Charles Date: Mon, 16 Jan 2017 10:45:10 +0100 Subject: [PATCH] templates/zshrc.zsh-template: add default zstyle The zstyle completion format is needed to correctly display the _messages tag --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) 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"