aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-17 02:50:58 -0400
committertdro <tdro@users.noreply.github.com>2020-05-17 02:50:58 -0400
commita43e077f33c1ba52e921fe25dcf3471ad6788d91 (patch)
tree5f1845436a9a06d8c7445298d59ebe8169f7268e /.bash_profile
parent9fcafa4032f92a0b33447b73496dccd1965b6d59 (diff)
downloaddotfiles-a43e077f33c1ba52e921fe25dcf3471ad6788d91.tar.gz
dotfiles-a43e077f33c1ba52e921fe25dcf3471ad6788d91.tar.bz2
dotfiles-a43e077f33c1ba52e921fe25dcf3471ad6788d91.zip
.bash_profile: Remove unused paths
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index f78f019..8cbddc7 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -23,8 +23,6 @@ PS1_SSHD='$(E=$? && [ "$E" != 0 ] && echo "$E ")\[\e[0;32m\]\W\[\e[0m\] \[\e[0;3
[ -n "$SSH_CLIENT" ] && [ "$EUID" != 0 ] && export PS1="$PS1_SSHD";
# path exports
-export PATH="$PATH:$HOME/.config/composer/vendor/bin"
-export PATH="$PATH:$HOME/.node_modules/node_modules/.bin"
export PATH="$PATH:$HOME/.local/bin"
# general exports