11 lines
235 B
Bash
11 lines
235 B
Bash
![]() |
#!/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:
|
||
|
|