zsh: Alias composer to composer.phar if missing
Alan Pearce alan@alanpearce.co.uk
Wed, 04 Jun 2014 13:52:50 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -277,6 +277,10 @@ autoload -U _hub compdef _hub gh fi +if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then + alias composer="composer.phar" +fi + # Functions magit () {