mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
diagnostics: include output file name in dump output
This commit is contained in:
parent
bca720fa95
commit
fa25445868
1 changed files with 3 additions and 1 deletions
|
|
@ -101,6 +101,8 @@ function _omz_diag_dump_one_big_text() {
|
||||||
|
|
||||||
builtin echo oh-my-zsh diagnostic dump
|
builtin echo oh-my-zsh diagnostic dump
|
||||||
builtin echo
|
builtin echo
|
||||||
|
builtin echo $outfile
|
||||||
|
builtin echo
|
||||||
|
|
||||||
# Basic system and zsh information
|
# Basic system and zsh information
|
||||||
command date
|
command date
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue