aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-02-08 19:16:04 +0100
committerMateja <mail@matejamaric.com>2021-02-08 19:16:04 +0100
commit0d945aa796fa37e8cd2e01107c62bf61eba9c958 (patch)
tree63d80ca3ab4a43c0178c52e3adeb527e43d7ff69
parente3ad62c43e1c199cfb68867ba404ad3a2c0dc809 (diff)
downloaddotfiles-0d945aa796fa37e8cd2e01107c62bf61eba9c958.tar.gz
dotfiles-0d945aa796fa37e8cd2e01107c62bf61eba9c958.zip
Add composer packages to PATH.
-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'