
From now on, _src.posix will be the single source of truth. And _home(.*) will symlink into it.
4 lines
127 B
Bash
4 lines
127 B
Bash
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
|
|
|
PATH="$HOME/bin:$PATH"
|
|
PATH="$HOME/.local/bin:$PATH"
|