laptop: fixes for compability with kardorf
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user