diff --git a/.bash_profile b/.bash_profile index 00b1409160..73fe721823 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 diff --git a/.bashrc b/.bashrc index f3303d3f22..054f9430f7 100644 --- a/.bashrc +++ b/.bashrc @@ -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"