symclone housekeeping

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-24 08:50:50 -04:00
parent 4f3cb4c5a7
commit 63d0532b85
6 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd tv; then
. <( tv init "${SHELL##*/}" )
[[ -n "${DBG}" ]] && echo "television loaded."
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: