From b96e761e95176d8f9774d701bbdc3240ebd5a15a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 8 Oct 2016 23:19:58 +0200 Subject: Add Composer binaries to PATH --- zsh/.profile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/zsh/.profile b/zsh/.profile index 8db89e5..2990dc7 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -1,9 +1,3 @@ -## PATH: -# Add "$HOME/usr/bin" to $PATH because that is where I keep all of my -# personal utilities and helper commands. -PATH="${HOME}/usr/bin:${PATH}" -export PATH - ## XDG: # I keep my XDG files in the normal place, but specifying them in an @@ -11,6 +5,15 @@ export PATH export XDG_CONFIG_HOME="${HOME}/.config" export XDG_DATA_HOME="${HOME}/.local/share" +## PATH: + +# Add composer bin to PATH +PATH="${XDG_CONFIG_HOME}/composer/vendor/bin:${PATH}" +# Add "$HOME/usr/bin" to $PATH because that is where I keep all of my +# personal utilities and helper commands. +PATH="${HOME}/usr/bin:${PATH}" +export PATH + ## Dbus # Make the session bus address fixed so other processes can know where -- cgit v1.2.3-54-g00ecf