From 734240b1cb5953aee6148779aef0db43ef6f5bdf Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Oct 2021 08:00:47 -0500 Subject: [PATCH] Quit sourcing global definitions Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- executable_dot_bashrc.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/executable_dot_bashrc.tmpl b/executable_dot_bashrc.tmpl index d6ae9c4..d1a40b5 100644 --- a/executable_dot_bashrc.tmpl +++ b/executable_dot_bashrc.tmpl @@ -4,11 +4,6 @@ # Source login shell source "${HOME}/.bash_profile" -# Source global definitions -if [ -f /etc/bashrc ]; then - source /etc/bashrc -fi - # shellcheck disable=1054,1073,1050,1072,1009 {{ if (eq .chezmoi.osRelease.id "centos") }} {{ if (eq .chezmoi.osRelease.versionID "7") }}