mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
~ minor debugging changes
This commit is contained in:
parent
e9773574c6
commit
6976962922
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SCM_DEBUG=yes # comment line to disable debugging
|
||||
# SCM_DEBUG=yes # comment line to disable debugging
|
||||
|
||||
declare -A _SCM_PROMPT_CHARS
|
||||
|
||||
|
|
@ -25,6 +25,7 @@ function _scm_get_scm_type {
|
|||
}
|
||||
|
||||
function _scm_reset {
|
||||
_scm_debug 'scm reset'
|
||||
unset SCM_ROOT
|
||||
unset SCM_TYPE
|
||||
unset SCM_PROMPT_INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue