mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Turn pkg and cmd functions into bins to avoid PATH issues in subshells
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
echo "Add minimal starship prompt to terminal"
|
||||
|
||||
if cmd-missing starship; then
|
||||
pkg-add starship
|
||||
if omarchy-cmd-missing starship; then
|
||||
omarchy-pkg-add starship
|
||||
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user