X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=O12NYZY7ygseGANx7x1QC29sRuLyS
	6/jV48PwAeVU0cy+nA8a/aGWyWEv2lRCTL6TPaxFRldToQib3TY19Q1AdTSiR7ce
	7Qj0ovp1ItKj91S+ZCKrkjrn4biD6MDqTVqgtnfT3u/NG1JD5UbFKsEchk56kA6u
	oyOe4/9Ck1iZGg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=bwHkr9EDEclR3RUmg0YOuuoHfrk=; b=VYh
	XZicKrdR/BRQG6Fay/p5YMhA2Zi6MtjNF5nc1pRM6jG7NFnPZmSgVgxjZsHLE5kl
	4VZl5BwtHPooGEqdUJ04hKQzAdJinbN+YzG5t1T9CvLjCUItkfD86iJ8gTBBS3EN
	zactKTfdW+KkNEweub9E3AygQoshNjH8tKldaLHw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*F:U*john, wondered, H*c:alternative, company
X-HELO: mail-qt1-f179.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=morrison-ec.20150623.gappssmtp.com; s=20150623;        h=mime-version:from:date:message-id:subject:to;        bh=eLdBmmEM+7Kq+qQLDeJTsT3hfapzEN2vkcLJR1Y1K4M=;        b=V/iFtCgyUDzz8PVawI2RgmSQP7iCY70dT5LMh3ZiJOCuEZ7L49LwkTenTfUS+WTe7z         7vB0FC/lrvzbpX4NrGEwa/XnJS5LthJ4ES+DhtRaDPXyw0o4xoOjVgSChB/09sQq8l1t         EhwSH2uVog2lDEmdtPidk8yyCCgpfr5XNGzn+tUjRmwMWmHzAjntGlCMBkt+m0zNnXoH         EIxL8L1gVVB2q+SoZOFQq3tpG2m4CHLUa+LT9kLePmv1juO6CQvGVR1Kj2+F84WJCgAH         aZnGGVE0nVMgsNP+ebGiZKp9xoWGsM+py3DUpr0uvdRkEN1TToBrSVqRyOPxnKNeF86D         af5g==
MIME-Version: 1.0
From: John Morrison <john@morrison.ec>
Date: Sat, 6 Apr 2019 15:08:12 +0100
Message-ID: <CAAgpg9aoVkqmxHxsEjjbYFFftrtvfVJk9HLbUKh0h1r3LgweAQ@mail.gmail.com>
Subject: base-files revisited
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"

Hi,

I've been asked at work to get the standard base-files extended with
specifics for the company I work for and wondered if this would be a good
time to revisit how the .bashrc file in particular is put together.

What I was considering would be introducing a ~/.bashrc.d/ folder and
splitting the existing ~/.bashrc file into its component parts;

* alias.bashrc
* completion.bashrc
* functions.bashrc
* history.bashrc
* shell.bashrc
* umask.bashrc

and changing .bashrc to source all the *.bashrc files.

This would allow easier extension of the bashrc with, in my case, company
specific options (proxies, common aliases etc).

I was also thinking of taking some more of the sample from
https://www.tldp.org/LDP/abs/html/sample-bashrc.html, for example the
colours and some more of the aliases and adding them into the existing sets.

Thoughts?

I think Achim Gratz took over the base-files from me. Achim, are you still
around? Open for a discussion?

Kind regards

John.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

