From c0f9ecf5e0b075db8e54ef1235ec80878e418398 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Oct 2025 11:28:53 +0300 Subject: Update content for html --- gemfeed/examples/conf/dotfiles/bash/bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gemfeed/examples/conf/dotfiles/bash/bash_profile (limited to 'gemfeed/examples/conf/dotfiles/bash/bash_profile') diff --git a/gemfeed/examples/conf/dotfiles/bash/bash_profile b/gemfeed/examples/conf/dotfiles/bash/bash_profile new file mode 100644 index 00000000..004a7b32 --- /dev/null +++ b/gemfeed/examples/conf/dotfiles/bash/bash_profile @@ -0,0 +1,3 @@ +if [ -f $HOME/.bashrc ]; then + source $HOME/.bashrc +fi -- cgit v1.2.3