templates/zshrc.zsh-template: add default zstyle

The zstyle completion format is needed to correctly display
the _messages tag
This commit is contained in:
Hugo Charles 2017-01-16 10:45:10 +01:00
commit 73eacb3052

View file

@ -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"