Skip to content

Commit

Permalink
fix: Remove nag message for assets management (#337)
Browse files Browse the repository at this point in the history
Anyone who didn't opt out of the assets management feature (by setting
SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT) would be shown a nag message every
time they started a shell, which adds unnecessary noise.
  • Loading branch information
ghthor committed Apr 22, 2024
2 parents dd6ee87 + 9d0f050 commit c4fbd54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scm_breeze.sh
Expand Up @@ -13,7 +13,6 @@ source "$scmbDir/lib/scm_breeze.sh"
SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT=${SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT:-""}

if [ "$SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT" != "true" ]; then
echo "scm_breeze: Design Assets management enabled"
source "$scmbDir/lib/design.sh"
fi

Expand Down

0 comments on commit c4fbd54

Please sign in to comment.