From owner-freebsd-questions Wed Feb 23 1:36:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from l1.ds.net (l1.ds.net [207.239.204.197]) by hub.freebsd.org (Postfix) with ESMTP id 6BBED37B546 for ; Wed, 23 Feb 2000 01:36:31 -0800 (PST) (envelope-from jmutter@ds.net) Received: from ds.net (i1p65.cmh-oh.ds.net [207.239.205.65]) by l1.ds.net (8.9.3/8.9.3) with ESMTP id PAA04162; Tue, 22 Feb 2000 15:52:40 -0500 Message-ID: <38B2F73D.BAD209D1@ds.net> Date: Tue, 22 Feb 2000 15:53:17 -0500 From: "James A. Mutter" Reply-To: jmutter@ds.net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: David Banning Cc: FreeBSD Subject: Re: bash doesn't recognize .profile when in X References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have this command in my .profile which allows me to do a "ls -lt" with > just an "l"; > > l() { /bin/ls -lt $*; } # less typing > > that works find when not in X - but when I fire up my window manager > (kde) > it will not recognize the command. Be sure to start your terminal sessions are actually login shells. If you're using an xterm try starting like this: xterm - -ls. Not sure what you would do for variations on the xterm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message