dotfiles/chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env

9 lines
244 B
Bash

#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd broot; then
. <(broot --print-shell-function "${SHELL##*/}")
broot --set-install-state installed
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: