
From now on, _src.posix will be the single source of truth. And _home(.*) will symlink into it.
6 lines
172 B
Bash
6 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
|
|
|