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