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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user