laptop: fixes for compability with kardorf

This commit is contained in:
2023-04-16 20:02:35 +02:00
parent b9ea4521d1
commit ddf87f226f
2 changed files with 6 additions and 3 deletions

View File

@ -136,4 +136,7 @@ if type direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi
source /home/julian/.config/broot/launcher/bash/br
BROOT_CONFIG="/home/julian/.config/broot/launcher/bash/br"
if [ -f "$BROOT_CONFIG" ]; then
source "$BROOT_CONFIG"
fi