Add broot setup, config, shell function hook
This commit is contained in:
5
zshrc
5
zshrc
@ -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
|
||||
|
Reference in New Issue
Block a user