From owner-freebsd-questions Wed Jan 2 8: 4:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by hub.freebsd.org (Postfix) with ESMTP id E6FFD37B417 for ; Wed, 2 Jan 2002 08:04:38 -0800 (PST) Received: (from olli@localhost) by lurza.secnetix.de (8.11.6/8.11.6) id g02G4j560286; Wed, 2 Jan 2002 17:04:45 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Date: Wed, 2 Jan 2002 17:04:45 +0100 (CET) Message-Id: <200201021604.g02G4j560286@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Some /bin/sh questions In-Reply-To: <20020102170108.B1157@klamath.local> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.4-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julio Merino wrote: > First, how can I add the current working directory in the PS1? export PATH=$PATH:. However, you should be aware of the security implications. It's usually better not to do that. > And second, does it have filename autocompletion? No. If you're familiar with zsh, I'd suggest you put a statically linked copy of it into your /bin directory. Then there is no reason anymore to use the plain sh for interactive work, even in single-user mode. Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message