From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:31:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039EF16A4DE for ; Tue, 11 Jul 2006 16:31:45 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5BF43D67 for ; Tue, 11 Jul 2006 16:31:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BGVIGH011961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 19:31:23 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BGVC2N000451; Tue, 11 Jul 2006 19:31:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BGVCVI000450; Tue, 11 Jul 2006 19:31:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 19:31:11 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711163111.GA246@gothmog.pc> References: <20060711155627.GA99279@gothmog.pc> <20060711160548.64410.qmail@web60020.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711160548.64410.qmail@web60020.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.694, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 16:31:45 -0000 On 2006-07-11 12:05, Peter wrote: >--- Giorgos Keramidas wrote: >> What do you see in your HOME directory with: >> >> $ ls -ld .*profile .*rc >> >> In my local setup here, I see something like this: >> >> $ pwd >> /home/giorgos >> $ ls -ld .bash* .sh* .profile >> -rw------- 1 giorgos giorgos - 30103 Jul 11 18:47 .bash_history >> -rw-rw-r-- 1 giorgos giorgos - 318 Jul 11 17:47 .bash_profile >> -rw-rw-r-- 1 giorgos giorgos - 3742 Jul 11 18:17 .bashrc >> -rw-rw-r-- 1 giorgos giorgos - 1006 Mar 29 07:19 .profile >> -rw-rw-r-- 1 giorgos giorgos - 1433 Nov 18 2004 .shrc > > > $ ls -ld .*profile .*rc > -rw-rw---- 1 peter users 767B Jul 29 2005 .cshrc > -rw------- 1 peter users 26B May 2 11:08 .dmrc > -rw-rw---- 1 peter users 331B Jul 29 2005 .mailrc > -rw-rw---- 1 peter users 31B Jun 28 21:33 .mcoprc > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > -rw-r--r-- 1 peter users 616B Jun 19 22:10 .screenrc > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc > -rw-rw---- 1 peter users 402B Jul 11 09:29 .xinitrc Damn :( Sorry for the bogus request. I meant: $ ls -ld .bash* .sh* .profile and I correctly used this in my own check, but then forgot to fix the one I asked you for. What you sent doesn't show any .bash* files and I still don't know if you have both a .bash_profile and a .profile file. Can you please also send the output of: $ ls -ld .bash* .sh* .profile Sorry for the confusion...