mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-13 04:31:00 +02:00
parent
e9809c1bd2
commit
f5951dd0cf
@ -162,6 +162,7 @@ _autoenv_stack_entered_contains() {
|
||||
# Internal function for debug output. {{{
|
||||
_autoenv_debug() {
|
||||
local level=${2:-1}
|
||||
local line
|
||||
if (( AUTOENV_DEBUG < level )); then
|
||||
return
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user