aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index c3715d3..4a7782e 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -2,3 +2,6 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > /dev/null 2>&1
+
+# add php composer path
+export PATH="${PATH}:~/.config/composer/vendor/bin/"