-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
Give a look at the example of ohmyzsh/plugins/web-search and go to the end of README where ZSH_WEB_SEARCH_ENGINES
allows us to add other search engine contexts.
I would do like:
autoload colors
colors
c=(
skyblue_hex '%F{#87afdf}'
piltover_hex '%F{#858569}'
skyblue_ansi '�[38;2;15;161;166m'
piltover_ansi '�[38;2;133;133;105m'
)
And it looks like:
echo $c[red] Red colour $c[default]and $c[piltover]Piltover‘s colour. $c[reset]
Metadata
Metadata
Assignees
Labels
No labels