diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-07-22 12:59:39 -0400 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-07-22 12:59:39 -0400 |
commit | fa254458688acf0bede8567b2bb5793a9ed944d6 (patch) | |
tree | 6b80c9cf96d7c2d11aab2c04fdd9e906e281ec90 /lib/diagnostics.zsh | |
parent | bca720fa9549f7fe4687acd1aaf91720428657e9 (diff) | |
download | zsh-fa254458688acf0bede8567b2bb5793a9ed944d6.tar.gz zsh-fa254458688acf0bede8567b2bb5793a9ed944d6.tar.bz2 zsh-fa254458688acf0bede8567b2bb5793a9ed944d6.zip |
diagnostics: include output file name in dump output
Diffstat (limited to 'lib/diagnostics.zsh')
-rw-r--r-- | lib/diagnostics.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/diagnostics.zsh b/lib/diagnostics.zsh index 53c6548de..f38239110 100644 --- a/lib/diagnostics.zsh +++ b/lib/diagnostics.zsh @@ -101,7 +101,9 @@ function _omz_diag_dump_one_big_text() { builtin echo oh-my-zsh diagnostic dump builtin echo - + builtin echo $outfile + builtin echo + # Basic system and zsh information command date command uname -a |