From f30097325b0263673e2de237acd68b819556cd81 Mon Sep 17 00:00:00 2001 From: Proctor Date: Fri, 30 Jun 2023 10:20:05 -0500 Subject: [PATCH] support broot command --- .bash_profile | 2 ++ .bashrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.bash_profile b/.bash_profile index 0994e90..668db59 100644 --- a/.bash_profile +++ b/.bash_profile @@ -111,3 +111,5 @@ export LESS_TERMCAP_us=$'\e'"[1;32m" [ -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 + +source /Users/proctor/.config/broot/launcher/bash/br diff --git a/.bashrc b/.bashrc index 75d366a..e250963 100644 --- a/.bashrc +++ b/.bashrc @@ -39,3 +39,5 @@ export XML_CATALOG_FILES=/usr/local/etc/xml/catalog # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$PATH:$HOME/.rvm/bin" + +source /Users/proctor/.config/broot/launcher/bash/br