mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Fix bug in compass docs search
This commit is contained in:
parent
0d0042aad3
commit
480ad804a6
3 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue