From 4f9be89669942b3904daac1d9a04b08309ea25d0 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 13:51:54 -0400 Subject: Fix comments and formatting --- home/.bashrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index 5d0b391..1aad5fe 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -6,16 +6,20 @@ # # 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 +# to (almost) every situation. Situational configurations should go # in their respective situational repositories. -# Test for interactive shell +######################################################################## +## 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 -- cgit v1.2.3