mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
Merge pull request #3230 from willmendesneto/fix-compass-doc-search
Fix error using compass search alias
This commit is contained in:
commit
ba6bf248b4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ alias jquery='frontend jquery'
|
||||||
alias mdn='frontend mdn'
|
alias mdn='frontend mdn'
|
||||||
|
|
||||||
# pre processors frameworks
|
# pre processors frameworks
|
||||||
alias compass='frontend compass'
|
alias compassdoc='frontend compass'
|
||||||
|
|
||||||
# important links
|
# important links
|
||||||
alias html5please='frontend html5please'
|
alias html5please='frontend html5please'
|
||||||
|
|
Loading…
Reference in a new issue