aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2018-01-29 01:25:33 -0500
committertdro <tdro@users.noreply.github.com>2018-01-29 01:25:33 -0500
commitd6e490db4fd75dfba2ca2b9fcfe6373194254b2d (patch)
tree5c3d7e4821ac56077add12f86a7ee80c086b7885 /.bash_profile
parenta8fcd1092c6d990784271aa87da872adfd5bf887 (diff)
downloaddotfiles-d6e490db4fd75dfba2ca2b9fcfe6373194254b2d.tar.gz
dotfiles-d6e490db4fd75dfba2ca2b9fcfe6373194254b2d.tar.bz2
dotfiles-d6e490db4fd75dfba2ca2b9fcfe6373194254b2d.zip
dotfiles: update path
Diffstat (limited to '.bash_profile')
-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/"