mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add color to install / remove to differentiate (#858)
* Add color to install / remove to differentiate --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -7,6 +7,7 @@ fzf_args=(
|
||||
--bind 'alt-p:toggle-preview'
|
||||
--bind 'alt-d:preview-half-page-down,alt-u:preview-half-page-up'
|
||||
--bind 'alt-k:preview-up,alt-j:preview-down'
|
||||
--color 'pointer:green,marker:green'
|
||||
)
|
||||
|
||||
pkg_name=$(yay -Slq | fzf "${fzf_args[@]}")
|
||||
|
||||
@@ -7,6 +7,7 @@ fzf_args=(
|
||||
--bind 'alt-p:toggle-preview'
|
||||
--bind 'alt-d:preview-half-page-down,alt-u:preview-half-page-up'
|
||||
--bind 'alt-k:preview-up,alt-j:preview-down'
|
||||
--color 'pointer:red,marker:red'
|
||||
)
|
||||
|
||||
pkg_name=$(yay -Qqe | fzf "${fzf_args[@]}")
|
||||
|
||||
Reference in New Issue
Block a user