mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +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 setopt: $(builtin setopt)
|
||||
builtin echo
|
||||
builtin echo zstyle:
|
||||
builtin zstyle
|
||||
builtin echo
|
||||
|
||||
# Oh-my-zsh installation
|
||||
builtin echo oh-my-zsh installation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue