Commit graph

8 commits

Author SHA1 Message Date
Andrew Janke
04e66c2d10 diagnostics: switch to shasum, filter sysinfo using lines
shasum seems more widely available than md5/md5sum, and we don't have to worry about dealing with the different signatures and output formats of md5 and md5sum then.

sysinfo outputs localized message labels, so we can't just grep for "OS Type". But OS is the first thing it outputs, so we can probably just grab those lines by line number. Switched to doing that.
2015-09-04 14:13:00 -04:00
Andrew Janke
ec47af6fdd diagnostics: include output file name in dump output 2015-07-22 12:59:39 -04:00
Andrew Janke
555ac8dae9 diagnostics: include detailed OS version info if possible 2015-07-09 21:18:11 -04:00
Andrew Janke
2ea179630e omz_diagnostic_dump: Add umask and $fpath listing.
This helps catch issues with compinit and insecure directories.
2015-06-28 18:00:47 -04:00
Andrew Janke
0a7629909b Fix name of backed-up zshrc 2015-06-06 11:50:05 -04:00
Andrew Janke
2be76f40b9 diagnostics: add zstyle state to output 2015-06-06 11:04:14 -04:00
Andrew Janke
b28fba341e Include some bash rc files; improve formatting; more version info 2015-06-06 01:19:29 -04:00
Andrew Janke
91f66d644b Add omz_diagnostic_dump() to help with bug reports. 2015-05-29 23:22:07 -04:00