From 9a5c925c63fe1e654d14f1d933d3e52e6e5c23b9 Mon Sep 17 00:00:00 2001 From: Proctor Date: Mon, 19 Apr 2021 08:06:51 -0500 Subject: [PATCH] br(oot) config checking and sourcing --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index c085874..e61adde 100644 --- a/.bash_profile +++ b/.bash_profile @@ -109,3 +109,5 @@ export LESS_TERMCAP_us=$'\e'"[1;32m" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +[ -s ".config/broot/launcher/bash/br" ] && source /Users/sproctor/.config/broot/launcher/bash/br