Browse Source

diagnostics: include output file name in dump output

Andrew Janke 8 years ago
parent
commit
fa25445868
1 changed files with 3 additions and 1 deletions
  1. 3 1
      lib/diagnostics.zsh

+ 3 - 1
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