2024-09-19 04:31:48 +00:00
|
|
|
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
|
|
|
|
|
|
|
if is_cmd broot; then
|
|
|
|
source /mnt/szmedia/USERDATA/home/sz/.config/broot/launcher/bash/br
|
|
|
|
fi
|
|
|
|
|
2025-04-15 21:45:07 +00:00
|
|
|
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|