From 704dc0aee415b90220ff87f05f775536ffb988c8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Sep 2019 22:28:07 +0100 Subject: [PATCH] Update zsh PATH --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 7caf346..5812daf 100644 --- a/.zshrc +++ b/.zshrc @@ -1,9 +1,9 @@ # If you come from bash you might have to change your $PATH. -export PATH=$PATH:/usr/local/sbin -export PATH=$PATH:$HOME/.composer/vendor/bin -export PATH=$PATH:node_modules/.bin export PATH=$PATH:bin +export PATH=$PATH:node_modules/.bin export PATH=$PATH:vendor/bin +export PATH=$PATH:$HOME/.composer/vendor/bin +export PATH=$PATH:/usr/local/sbin export PATH=$PATH:"$HOME/.platformsh/bin" # Path to your oh-my-zsh installation.