Date: Fri, 24 Mar 2000 12:30:23 +0100 From: "Kasper" <kasper@swebase.com> To: <freebsd-hackers@freebsd.org> Subject: .cshrc problem Message-ID: <000201bf9584$581ed2e0$2b4b4bd4@swebase.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201bf9584$581ed2e0$2b4b4bd4>