Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | diagnostics: fix for reserved-word changes in zsh 5.1 | Andrew Janke | |
Reference: https://github.com/zsh-users/zsh/blob/zsh-5.1.1/NEWS#L20-L32 | |||
2015-09-04 | diagnostics: switch to shasum, filter sysinfo using lines | Andrew Janke | |
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-07-22 | diagnostics: include output file name in dump output | Andrew Janke | |
2015-07-09 | diagnostics: include detailed OS version info if possible | Andrew Janke | |
2015-06-28 | omz_diagnostic_dump: Add umask and $fpath listing. | Andrew Janke | |
This helps catch issues with compinit and insecure directories. | |||
2015-06-06 | Fix name of backed-up zshrc | Andrew Janke | |
2015-06-06 | diagnostics: add zstyle state to output | Andrew Janke | |
2015-06-06 | Include some bash rc files; improve formatting; more version info | Andrew Janke | |
2015-05-29 | Add omz_diagnostic_dump() to help with bug reports. | Andrew Janke | |