Only print PROFILE vars in debug mode.

master
Icedream 2018-02-20 03:17:03 +01:00
parent 9b1190cedf
commit 0faacb3e0e
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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
############################################################################## ##############################################################################