dotfiles/chezmoi.roots/_home/private_dot_config/sz.env/555_broot.env

10 lines
330 B
Bash
Raw Normal View History

2025-04-18 17:55:54 +00:00
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd broot; then
. <(broot --print-shell-function "${SHELL##*/}")
[[ -n "$( printf '%s' ~/.config/broot/launcher/installed* )" ]] 2> /dev/null \
|| broot --set-install-state installed
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: