From 46ea043bb34b45a2361b96822150c0052a05cfea Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 28 Jun 2019 16:49:00 +0200 Subject: [PATCH] Export path for laravel --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 8ed0d1f..b631448 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,8 @@ # Path to your oh-my-zsh installation. export ZSH=/Users/kevinmidboe/.oh-my-zsh +export PATH=~/.composer/vendor/bin:$PATH +export PATH=./vendor/bin:$PATH # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded.