1
0
Fork 0
mirror of synced 2024-05-24 19:15:21 -04:00
zimfw/modules/debug
Thiago Kenji Okada f6bb75579f Allow arbitrary ZIM location with ZIM_HOME
This change allow arbitrary Zim location path by setting a new
environment variable, ZIM_HOME. If the user does not set it, Zim falls
back to the old "${ZDOTDIR:-${HOME}}/.zim" location.

Closes #203
2017-09-04 17:25:01 -05:00
..
functions Allow arbitrary ZIM location with ZIM_HOME 2017-09-04 17:25:01 -05: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.