From 627bb90fcbc86572a034c3bc9bc9c02a4586c2a4 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Thu, 10 Oct 2024 00:23:18 -0400 Subject: Add support for .bashrc.personal I split my dotfiles into modular repositories. This repository is the core, so it makes sense to initialize other stuff here. --- home/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index b1f7ea4..7496612 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -1,5 +1,6 @@ #!/usr/local/bin/bash -# ~/.bashrc +# FILE : dotfiles.core/home/.bashrc +# TARGET: ~/.bashrc # AUTHOR: tgwil # Test for interactive shell -- cgit v1.2.3