Browse Source

Make sure to check if zbmo is installed before spamming every new bash instance

Alois Mahdal 1 month ago
parent
commit
90e5504d7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/bashum/post.bashrc

+ 1
- 1
dotfiles/config/bashum/post.bashrc View File

@@ -226,4 +226,4 @@ __bashum__setup_traps
226 226
 
227 227
 PROMPT_COMMAND=$(__bashum__mkpc)
228 228
 
229
-$BASHUM_BMO_NAG && zbmo nag
229
+$BASHUM_BMO_NAG && which zbmo >/dev/null 2>/dev/null && zbmo nag