mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
templates/zshrc.zsh-template: add default zstyle
The zstyle completion format is needed to correctly display the _messages tag
This commit is contained in:
parent
d2725d44fc
commit
73eacb3052
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue