From d6e490db4fd75dfba2ca2b9fcfe6373194254b2d Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 29 Jan 2018 01:25:33 -0500 Subject: dotfiles: update path --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bash_profile') 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/" -- cgit v1.2.3