aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-04-07 06:10:25 -0400
committertdro <tdro@users.noreply.github.com>2019-04-07 06:10:25 -0400
commit508031e9e5cc9fab5c5b194d5ac4e738ae02b6c4 (patch)
treebf42647abd4e66a4476fb19488f378ca63a797a9 /.bash_profile
parent2ce9096ea7cb6ec7838edffecbde37f62324a6eb (diff)
downloaddotfiles-508031e9e5cc9fab5c5b194d5ac4e738ae02b6c4.tar.gz
dotfiles-508031e9e5cc9fab5c5b194d5ac4e738ae02b6c4.tar.bz2
dotfiles-508031e9e5cc9fab5c5b194d5ac4e738ae02b6c4.zip
.bashrc: Always source composer and npm paths
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 8539c88..e0f7333 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,7 +1,4 @@
# ~/.bash_profile
-# add php composer path
-export PATH="${PATH}:~/.config/composer/vendor/bin/"
-
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx &> /dev/null