Consolidate _src.posix into _home

This commit is contained in:
Lockszmith 2025-04-18 13:55:54 -04:00
parent bfdc7f4c1d
commit f16c2e61b3
279 changed files with 2134 additions and 2190 deletions

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/555_broot.env

View file

@ -0,0 +1,9 @@
#!/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: