mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 04:39:50 +00:00
Fix bug in compass docs search
This commit is contained in:
@@ -19,7 +19,7 @@ function _frontend() {
|
||||
commands=(
|
||||
'jquery: Search in jQuery website'
|
||||
'mdn: Search in MDN website'
|
||||
'compass: Search in COMPASS website'
|
||||
'compassdoc: Search in COMPASS website'
|
||||
'html5please: Search in HTML5 Please website'
|
||||
'caniuse: Search in Can I Use website'
|
||||
'aurajs: Search in AuraJs website'
|
||||
@@ -57,7 +57,7 @@ function _frontend() {
|
||||
mdn)
|
||||
_describe -t points "Warp points" frontend_points && ret=0
|
||||
;;
|
||||
compass)
|
||||
compassdoc)
|
||||
_describe -t points "Warp points" frontend_points && ret=0
|
||||
;;
|
||||
html5please)
|
||||
|
||||
Reference in New Issue
Block a user