aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 027c569..d0d394c 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -3,6 +3,8 @@
#
PATH=$PATH:$HOME/.cargo/bin
PATH=$PATH:$HOME/go/bin
+PATH=$PATH:$HOME/.local/bin
+
export PATH
[[ -f ~/.bashrc ]] && . ~/.bashrc