Added extension include.

This commit is contained in:
Stefan Gaiselmann (centos8) 2020-10-23 13:29:58 +02:00
parent 25e5f70788
commit 0bc5656103

View File

@ -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