mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
parent
190325049e
commit
21b385e7bd
@ -29,14 +29,10 @@ alias unheap='frontend unheap'
|
|||||||
alias vuejs='frontend vuejs'
|
alias vuejs='frontend vuejs'
|
||||||
|
|
||||||
function _frontend_fallback() {
|
function _frontend_fallback() {
|
||||||
local url
|
case "$FRONTEND_SEARCH_FALLBACK" in
|
||||||
if [[ "$FRONTEND_SEARCH_FALLBACK" == duckduckgo ]]; then
|
duckduckgo) echo "https://duckduckgo.com/?sites=$1&q=" ;;
|
||||||
url="https://duckduckgo.com/?sites=$1&q="
|
*) echo "https://google.com/search?as_sitesearch=$1&as_q=" ;;
|
||||||
else
|
esac
|
||||||
url="https://google.com/search?as_sitesearch=$1&as_q="
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "$url"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function frontend() {
|
function frontend() {
|
||||||
@ -51,7 +47,7 @@ function frontend() {
|
|||||||
bootsnipp 'https://bootsnipp.com/search?q='
|
bootsnipp 'https://bootsnipp.com/search?q='
|
||||||
bundlephobia 'https://bundlephobia.com/result?p='
|
bundlephobia 'https://bundlephobia.com/result?p='
|
||||||
caniuse 'https://caniuse.com/#search='
|
caniuse 'https://caniuse.com/#search='
|
||||||
codepen 'https://codepen.io/search?q='
|
codepen 'https://codepen.io/search/pens?q='
|
||||||
compassdoc 'http://compass-style.org/search?q='
|
compassdoc 'http://compass-style.org/search?q='
|
||||||
cssflow 'http://www.cssflow.com/search?q='
|
cssflow 'http://www.cssflow.com/search?q='
|
||||||
dartlang 'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:'
|
dartlang 'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:'
|
||||||
|
Loading…
Reference in New Issue
Block a user