1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/modules/debug
Eric Nielsen 695d46284c [meta] use uname -a to prevent OS conflicts
Fix `uname` calls with `-o` parameter, as this is not BSD compatible.
As per @Eriner, use `uname -a` instead as a "catch-all" parameter.

Fixes #75, Closes #79
2016-09-28 03:02:10 -07:00
..
functions [meta] use uname -a to prevent OS conflicts 2016-09-28 03:02:10 -07:00
Readme.md [debug] Refactor debug module 2016-09-27 15:59:02 -07:00

Debug

Provides a function to debug Zim.

Functions

  • trace-zim provides a trace of Zsh/Zim startup

Notes

The trace-zim command will not alter your current dotfiles. It will copy your environment to a temporary directory, launch zsh within that environment, and output logs.

This will provide a ztrace.tar.gz archive, which should be attached to any bug reports if you need help with an issue that you don't understand.