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