From 0bc565610387c6b24f2ea6ce04d5d1a361af3a0f Mon Sep 17 00:00:00 2001 From: "Stefan Gaiselmann (centos8)" Date: Fri, 23 Oct 2020 13:29:58 +0200 Subject: [PATCH] Added extension include. --- dot_bashrc_linux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_bashrc_linux b/dot_bashrc_linux index 68854a1..c8d725a 100644 --- a/dot_bashrc_linux +++ b/dot_bashrc_linux @@ -13,3 +13,8 @@ export PATH # export SYSTEMD_PAGER= # User specific aliases and functions + +# SG Dotfiles include +if [ -f ~/.bashrc_ext ]; then + . ~/bashrc_ext +fi