summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gomes <me@danielcsgomes.com>2012-10-05 21:14:44 +0100
committerDaniel Gomes <me@danielcsgomes.com>2012-10-05 21:14:44 +0100
commit9365fd03f62854c48bc06388542ba4933eb067db (patch)
treeb00fcd7aaf90d2d32bfe73556fe634fe91e5cbbd
parent6630919bce0ec9eb5ad33c26a32cd5f06529d570 (diff)
downloadzsh-9365fd03f62854c48bc06388542ba4933eb067db.tar.gz
zsh-9365fd03f62854c48bc06388542ba4933eb067db.tar.bz2
zsh-9365fd03f62854c48bc06388542ba4933eb067db.zip
added a comment to the composer installation alias
-rw-r--r--plugins/composer/composer.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/composer/composer.plugin.zsh b/plugins/composer/composer.plugin.zsh
index a054ae2c5..c9b762d07 100644
--- a/plugins/composer/composer.plugin.zsh
+++ b/plugins/composer/composer.plugin.zsh
@@ -25,4 +25,5 @@ alias cu='composer update'
alias ci='composer install'
alias ccp='composer create-project'
+# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php' \ No newline at end of file