From 721bc2e9549fc17b0b9bfebd42be0fedbc14afea Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sun, 11 Jan 2015 09:39:33 +0000 Subject: [PATCH] Add Composer support to $PATH. --- fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index b0d3ab6..cc88714 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -10,6 +10,9 @@ set PATH /usr/texbin $PATH # Local path set PATH ~/.config/bin $PATH +# Composer (PHP) +set PATH ~/.composer/vendor/bin $PATH + # For GitHub integration. # See github.com/github/hub alias git hub