mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
diagnostics: add zstyle state to output
This commit is contained in:
parent
82c1288cb2
commit
afadb5a7fb
@ -163,6 +163,9 @@ function _omz_diag_dump_one_big_text() {
|
||||
builtin echo Zsh configuration:
|
||||
builtin echo setopt: $(builtin setopt)
|
||||
builtin echo
|
||||
builtin echo zstyle:
|
||||
builtin zstyle
|
||||
builtin echo
|
||||
|
||||
# Oh-my-zsh installation
|
||||
builtin echo oh-my-zsh installation:
|
||||
|
Loading…
Reference in New Issue
Block a user