aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 43d1bfa..0b272dd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -114,7 +114,7 @@ if ! shopt -oq posix; then
fi
fi
-PATH=$PATH:/home/$USER/.local/bin/
+PATH=$PATH:$HOME/.local/bin/:$HOME/.config/composer/vendor/bin
export EDITOR='nvim'
export VISUAL='nvim'