Add broot setup, config, shell function hook

This commit is contained in:
2022-05-31 11:07:21 -05:00
parent 75dc8ae1e5
commit 0ab21e7185
6 changed files with 372 additions and 1 deletions

5
zshrc
View File

@ -94,6 +94,11 @@ if [[ -s "$HOME/.local/bin/virtualenvwrapper.sh" ]]; then
source "$HOME/.local/bin/virtualenvwrapper.sh"
fi
# broot
if [[ -s ~/.config/broot/launcher/bash/br ]]; then
source ~/.config/broot/launcher/bash/br
fi
# Source machine-specific setup
if [[ -s ~/.zshrc.local ]]; then
source ~/.zshrc.local