Add debug message to sigil generation.
This will help indicate how much time is spent on it.
This commit is contained in:
@@ -104,6 +104,7 @@ set referencechars_raw="${referencechars_raw} 2620"
|
|||||||
set prompt_hcolor=0
|
set prompt_hcolor=0
|
||||||
set prompt_hsym=0
|
set prompt_hsym=0
|
||||||
|
|
||||||
|
_debug "Building unicode sigils table...."
|
||||||
if( ! $?CSHENV_NO_UNICODE_PRINTF ) then
|
if( ! $?CSHENV_NO_UNICODE_PRINTF ) then
|
||||||
set referencechars=()
|
set referencechars=()
|
||||||
foreach ch ($referencechars_raw)
|
foreach ch ($referencechars_raw)
|
||||||
@@ -114,6 +115,7 @@ else
|
|||||||
# Safe fallback for when there's no unicode printf
|
# Safe fallback for when there's no unicode printf
|
||||||
set referencechars="A B C D X Y Z"
|
set referencechars="A B C D X Y Z"
|
||||||
endif
|
endif
|
||||||
|
_debug "Done building unicode sigils table"
|
||||||
|
|
||||||
# Rotation
|
# Rotation
|
||||||
alias precmd 'source ${CSHENV_DIR}/tcshrc.prompt.final'
|
alias precmd 'source ${CSHENV_DIR}/tcshrc.prompt.final'
|
||||||
|
|||||||
Reference in New Issue
Block a user