add br function for broot

This commit is contained in:
vincent 2021-08-09 10:03:32 +02:00
parent 0bef66ef3a
commit 16fa393488
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@
[ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh
source /home/vincent/.config/broot/launcher/bash/br

View File

@ -99,3 +99,5 @@ for file in ~/.zshrc.d/*; do
source "$file"
done
source $ZSH/oh-my-zsh.sh
source /home/vincent/.config/broot/launcher/bash/br