Only print PROFILE vars in debug mode.
parent
9b1190cedf
commit
0faacb3e0e
|
@ -89,7 +89,7 @@ PROFILE_THEFUCK=${PROFILE_THEFUCK:-$(when_binary_available thefuck)}
|
||||||
PROFILE_YARN=${PROFILE_YARN:-$(when_binary_available yarn)}
|
PROFILE_YARN=${PROFILE_YARN:-$(when_binary_available yarn)}
|
||||||
|
|
||||||
section "profile variables"
|
section "profile variables"
|
||||||
set | grep '^PROFILE_'
|
log "$(set | grep '^PROFILE_')"
|
||||||
section_end
|
section_end
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
Loading…
Reference in New Issue