X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 Date: Sat, 6 Apr 2019 15:08:12 +0100 Message-ID: Subject: base-files revisited To: cygwin AT cygwin DOT 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