summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwillmendesneto <willmendesneto@gmail.com>2014-10-16 23:32:42 -0300
committerwillmendesneto <willmendesneto@gmail.com>2014-10-18 11:06:24 -0300
commit6f1eb081e343208f881b19d1c9499e6e93b29e4b (patch)
treecc9779190a19f7248b8ffd8f4e12655e0ba746cb
parent96e4e5dd032d2df75f87d5b3e5594d527c655b16 (diff)
downloadzsh-6f1eb081e343208f881b19d1c9499e6e93b29e4b.tar.gz
zsh-6f1eb081e343208f881b19d1c9499e6e93b29e4b.tar.bz2
zsh-6f1eb081e343208f881b19d1c9499e6e93b29e4b.zip
Fix error using compass search alias
-rw-r--r--plugins/frontend-search/frontend-search.plugin.zsh2
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'