7 lines
172 B
Bash
7 lines
172 B
Bash
|
#!/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
|
||
|
|