Turn pkg and cmd functions into bins to avoid PATH issues in subshells

This commit is contained in:
David Heinemeier Hansson
2025-08-31 09:18:06 +02:00
parent 94ad5d4d37
commit 9e5b4fc871
44 changed files with 98 additions and 106 deletions

View File

@@ -9,9 +9,9 @@ set_theme_colors() {
fi
}
if cmd-present chromium; then
pkg-remove chromium
pkg-add omarchy-chromium
if omarchy-cmd-present chromium; then
omarchy-pkg-drop chromium
omarchy-pkg-add omarchy-chromium
if pgrep -x chromium; then
if gum confirm "Chromium must be restarted. Ready?"; then