mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
diagnostics: add zstyle state to output
This commit is contained in:
parent
82c1288cb2
commit
afadb5a7fb
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ function _omz_diag_dump_one_big_text() {
|
||||||
builtin echo Zsh configuration:
|
builtin echo Zsh configuration:
|
||||||
builtin echo setopt: $(builtin setopt)
|
builtin echo setopt: $(builtin setopt)
|
||||||
builtin echo
|
builtin echo
|
||||||
|
builtin echo zstyle:
|
||||||
|
builtin zstyle
|
||||||
|
builtin echo
|
||||||
|
|
||||||
# Oh-my-zsh installation
|
# Oh-my-zsh installation
|
||||||
builtin echo oh-my-zsh installation:
|
builtin echo oh-my-zsh installation:
|
||||||
|
|
Loading…
Reference in a new issue