From df22eec2115a04b0bb08afc8fd3788c62d291a7a Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 27 Apr 2024 19:46:17 +0530 Subject: [PATCH] bashrc: source /etc/bashrc if it exists --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index cf1a649..1af87e7 100644 --- a/.bashrc +++ b/.bashrc @@ -4,6 +4,7 @@ # only run in an interactive shell [[ $- == *i* ]] || return +[[ -f /etc/bashrc ]] && source /etc/bashrc unalias -a shopt -s checkjobs