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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=bP+bpHT4Qy0A895w9LHguqUrasrSS W59a87D+nnJ4We66Q9RmxvYPUEQsP04/+mskbKMtOwVtBfOtJKAUzG7uBSlyppfP 9HZmx+mZRaFr1M18DCYiyJDQTPC9x7qXqbJeZ7P3ivmm0e7fnXqN4vGAexaLqkP1 lRWcUDST0okm38= 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:date:message-id:subject:from:to :content-type; s=default; bh=0WGHfLBrPTfShIJQdyBw2rE3dXE=; b=g4p JmKZOkdkt6PQdoux/8FdiDJrvKHuo8KBHWzERw1dquZuEq+kW0RGcXi8nA6fuSPS aMr/3kBNBrBxOjs1J1g2yrux9t6tedTwvXOwpaqEtA0hvFvTXVucTByuMdk37m0H ipJpU1PwJipJsZNydBAqkYw1F4rjFG63pv9aRmSU= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_05,EXECUTABLE_URI,FREEMAIL_FROM,KAM_EXEURI,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ig0-f173.google.com MIME-Version: 1.0 X-Received: by 10.50.78.68 with SMTP id z4mr1015896igw.51.1440492431582; Tue, 25 Aug 2015 01:47:11 -0700 (PDT) Date: Tue, 25 Aug 2015 16:47:11 +0800 Message-ID: Subject: Why not generate the .bashrc automatically under home diretory From: kuaf To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, I used the latest [setup-x86_64.exe][1] to set up cygwin environment. I wanted my /home directory to point to c:\Users rather than the out-of-the-box home directory created by cygwin. My current solution is to just mount it in fstab with the following line: c:/Users /home ntfs binary,posix=0,nouser After refresh installing and change the fstab above, then startup mintty. But, I didn't see .bashrc/.profile/.inputrc/.bash_profile was generated automatically under home directory. I mean the `/etc/skel/*` files would be copied to home direcotry. Thanks [1]: http://cygwin.com/setup-x86_64.exe -- 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