summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Janke <andrew@apjanke.net>2015-07-22 12:59:39 -0400
committerAndrew Janke <andrew@apjanke.net>2015-07-22 12:59:39 -0400
commitfa254458688acf0bede8567b2bb5793a9ed944d6 (patch)
tree6b80c9cf96d7c2d11aab2c04fdd9e906e281ec90
parentbca720fa9549f7fe4687acd1aaf91720428657e9 (diff)
downloadzsh-fa254458688acf0bede8567b2bb5793a9ed944d6.tar.gz
zsh-fa254458688acf0bede8567b2bb5793a9ed944d6.tar.bz2
zsh-fa254458688acf0bede8567b2bb5793a9ed944d6.zip
diagnostics: include output file name in dump output
-rw-r--r--lib/diagnostics.zsh4
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