Consolidate _src.posix into _home
This commit is contained in:
parent
bfdc7f4c1d
commit
f16c2e61b3
279 changed files with 2134 additions and 2190 deletions
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||||
|
||||
if is_cmd load-starship; then
|
||||
. <( load-starship - )
|
||||
[[ -n "${DBG}" ]] && echo "starship loaded."
|
||||
elif [[ -n "${DBG}" ]]; then
|
||||
>&2 printf '%s\n' \
|
||||
'starship is not installed, you can install by running:' \
|
||||
'\tcurl -sS https://starship.rs/install.sh | FORCE=1 BIN_DIR=$HOME/bin sh > /dev/null' \
|
||||
''
|
||||
|
||||
fi
|
||||
|
||||
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
Loading…
Add table
Add a link
Reference in a new issue