From 16fa393488ff7dfbeaab59f4794ce24c0da93dd5 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 9 Aug 2021 10:03:32 +0200 Subject: [PATCH] add br function for broot --- zsh/.bashrc | 2 ++ zsh/.zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/zsh/.bashrc b/zsh/.bashrc index b7d0aca..c35b1ee 100755 --- a/zsh/.bashrc +++ b/zsh/.bashrc @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index c712b1c..1352a44 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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