From owner-freebsd-hackers Fri Mar 24 3:27:43 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from swebase.com (mail.swebase.com [212.75.75.45]) by hub.freebsd.org (Postfix) with ESMTP id 5689F37B5D0 for ; Fri, 24 Mar 2000 03:27:39 -0800 (PST) (envelope-from kasper@swebase.com) Received: from ns1 [212.75.75.43] by swebase.com (SMTPD32-6.00) id A1E516400D2; Fri, 24 Mar 2000 12:30:45 +0100 From: "Kasper" To: Subject: .cshrc problem Date: Fri, 24 Mar 2000 12:30:23 +0100 Message-ID: <000201bf9584$581ed2e0$2b4b4bd4@swebase.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello i have done this in the dot.cshrc file ********************************************** alias h history 25 alias j jobs -l alias la ls -a alias lf ls -FA alias ll ls -lA alias rm rm -i setenv EDITOR pico setenv PAGER more setenv BLOCKSIZE K stty erase '^h' if ($?prompt) then set filec set history = 100 set savehist = 100 endif ***************************************************** But my aliases does not work and when i add * set prompt = "$LOGNAME %" * it does not work either. Whats wrong and how do i fix this? ./kasper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message