5 lines
104 B
Bash
5 lines
104 B
Bash
# broot
|
|
if [[ -s ~/.config/broot/launcher/bash/br ]]; then
|
|
source ~/.config/broot/launcher/bash/br
|
|
fi
|