summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
-rw-r--r--.profile2
2 files changed, 2 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 1c35452..365abd1 100644
--- a/.bashrc
+++ b/.bashrc
@@ -127,7 +127,3 @@ type -t command_not_found_handle >/dev/null || command_not_found_handle() {
# Display git status in prompt
. ~/.bash-powerline.sh
-
-. "$HOME/.cargo/env"
-
-. "$HOME/.local/bin/env"
diff --git a/.profile b/.profile
index 98144f5..dd34724 100644
--- a/.profile
+++ b/.profile
@@ -38,4 +38,6 @@ if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
+if [ -f "$HOME/.local/bin/env" ]; then
. "$HOME/.local/bin/env"
+fi