diff options
author | Robby Russell <robby@planetargon.com> | 2014-11-06 09:13:24 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-11-06 09:13:24 -0800 |
commit | ba6bf248b49b3b2f5405b6841b1392e44afc28ba (patch) | |
tree | b389688de2ba298497e139d893167ce8b69a143c /plugins/frontend-search/frontend-search.plugin.zsh | |
parent | c0905fd82c98542095d2b9b2f9c79d25f37def28 (diff) | |
parent | 6f1eb081e343208f881b19d1c9499e6e93b29e4b (diff) | |
download | zsh-ba6bf248b49b3b2f5405b6841b1392e44afc28ba.tar.gz zsh-ba6bf248b49b3b2f5405b6841b1392e44afc28ba.tar.bz2 zsh-ba6bf248b49b3b2f5405b6841b1392e44afc28ba.zip |
Merge pull request #3230 from willmendesneto/fix-compass-doc-search
Fix error using compass search alias
Diffstat (limited to 'plugins/frontend-search/frontend-search.plugin.zsh')
-rw-r--r-- | plugins/frontend-search/frontend-search.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/frontend-search/frontend-search.plugin.zsh b/plugins/frontend-search/frontend-search.plugin.zsh index 38b1a80ea..f1d45b0d1 100644 --- a/plugins/frontend-search/frontend-search.plugin.zsh +++ b/plugins/frontend-search/frontend-search.plugin.zsh @@ -118,7 +118,7 @@ alias jquery='frontend jquery' alias mdn='frontend mdn' # pre processors frameworks -alias compass='frontend compass' +alias compassdoc='frontend compass' # important links alias html5please='frontend html5please' |