Skip to content

Commit

Permalink
Disable SCM Breeze design/asset feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Feb 27, 2024
1 parent 1ec0d0c commit c244cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ complete -W "NSGlobalDomain" defaults
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall

# Source SCM Breeze
# https://github.com/scmbreeze/scm_breeze/pull/335
export SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT=false
[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"

# Generic Colouriser
Expand Down
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# Enable SCM Breeze
# Here to ensure non-interactive shells do scheduled tasks
# https://github.com/scmbreeze/scm_breeze/pull/335
export SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT=false
[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"

0 comments on commit c244cdf

Please sign in to comment.