0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

diagnostics: include output file name in dump output

This commit is contained in:
Andrew Janke 2015-07-22 12:59:39 -04:00
parent bca720fa95
commit fa25445868

View file

@ -101,7 +101,9 @@ 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
command uname -a command uname -a