From 2fc00fab9c71934fde3411539fab0315aa06ab65 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 06:56:19 -0400 Subject: Fix comments and formatting --- home/.bashrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index 7496612..5d0b391 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -1,13 +1,21 @@ #!/usr/local/bin/bash +# # FILE : dotfiles.core/home/.bashrc # TARGET: ~/.bashrc # AUTHOR: tgwil +# +# This is the core Bash configuration for all TGWIL accounts on all +# systems. It contains only those configurations which are applicable +# to (almost ) every situation. Situational configurations should go +# in their respective situational repositories. + # Test for interactive shell if [[ $- != *i* ]]; then return fi + ## Bash completion [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \ -&& source /usr/local/share/bash-completion/bash_completion.sh + && source /usr/local/share/bash-completion/bash_completion.sh -- cgit v1.2.3