summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/bash/bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 909ed6f..f691451 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,4 +1,7 @@
-[[ -d ~/.local/bin/ ]] && PATH="$HOME/.local/bin/:$PATH"
+# Source global definitions
+if [ -f /etc/bashrc ]; then
+ . /etc/bashrc
+fi
source ~/.config/bash/environment.sh