From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id a3a45674 for ; Sun, 28 Apr 2019 20:10:05 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 94D299B624; Mon, 29 Apr 2019 06:10:04 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6B62F9B617; Mon, 29 Apr 2019 06:09:43 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 992D39B612; Mon, 29 Apr 2019 06:09:41 +1000 (AEST) X-Greylist: delayed 546 seconds by postgrey-1.36 at minnie.tuhs.org; Mon, 29 Apr 2019 06:09:41 AEST Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id 4F9079B611 for ; Mon, 29 Apr 2019 06:09:41 +1000 (AEST) Received: from mob.bitblocks.com (mob.bitblocks.com [192.168.125.11]) by mail.bitblocks.com (Postfix) with ESMTP id F2EFA156E40C for ; Sun, 28 Apr 2019 13:00:27 -0700 (PDT) From: Bakul Shah Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Date: Sun, 28 Apr 2019 13:00:27 -0700 References: <20190428165452.9BB414422F@lignose.oclsc.org> <97e93751-6e2f-a120-2159-0fb0246ad683@gmail.com> To: TUHS main list In-Reply-To: <97e93751-6e2f-a120-2159-0fb0246ad683@gmail.com> Message-Id: X-Mailer: Apple Mail (2.3445.104.8) Subject: Re: [TUHS] A question about ls(1) X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Apr 28, 2019, at 12:45 PM, Jon Forrest wrote: > > On 4/28/2019 9:54 AM, Norman Wilson wrote: >> Bakul Shah: >> This could've been avoided if there was a convention about >> where to store per user per app settings & possibly state. On >> one of my Unix machines I have over 200 dotfiles. > > One of the things I think Windows did right was to have one > place where all configuration information is kept. Sure, > you can argue about the implementation details, but Windows > doesn't have configuration files all over the place. IMHO separate files are fine but it would've been nice to a) have a place other than $HOME to store these files and b) a standardized plain text format May still be worth doing.