From 69e01d02ce0dfc4c50577310c6690d40d4314e53 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 20 Jan 2025 22:14:07 +0100 Subject: [PATCH] Do not manually load /etc/bashrc, this happens automatically --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index c22530c..b5e7350 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,3 @@ -[[ -f /etc/bashrc ]] && . /etc/bashrc [[ -f "$HOME/.bash_profile_env" ]] && . "$HOME/.bash_profile_env" # Function to resolve soft links