From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 02:13:20 2005 Return-Path: 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 B4CFC16A4D9 for ; Sun, 27 Mar 2005 02:13:19 +0000 (GMT) Received: from netbox.yi.org (216.23.59.224.nw.nuvox.net [216.23.59.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B81F43D3F for ; Sun, 27 Mar 2005 02:13:18 +0000 (GMT) (envelope-from exp@netbox.yi.org) Received: from netbox.yi.org (netbox.yi.org [127.0.0.1]) by netbox.yi.org (8.13.1/8.13.1) with ESMTP id j2R2DDIK093336; Sat, 26 Mar 2005 21:13:14 -0500 (EST) (envelope-from exp@netbox.yi.org) Received: (from exp@localhost) by netbox.yi.org (8.13.1/8.13.1/Submit) id j2R2DDCI093335; Sat, 26 Mar 2005 21:13:13 -0500 (EST) (envelope-from exp) Date: Sat, 26 Mar 2005 21:13:13 -0500 From: exp@netbox.yi.org To: Gert Cuykens Message-ID: <20050327021313.GA61114@netbox.yi.org> References: <20050325234152.GA12816@falcon.midgard.homeip.net> <20050326002311.GA18807@falcon.midgard.homeip.net> <4244C1CD.3080606@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: Christopher Nehren cc: freebsd-questions@freebsd.org Subject: Re: .cshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 02:13:20 -0000 On Sun, Mar 27, 2005 at 01:19:17AM +0100, Gert Cuykens wrote: > On Sat, 26 Mar 2005 13:59:18 +0100, Gert Cuykens wrote: > > I dont have colors :( > > How do you turn off the tab beep ? > > > > # $FreeBSD: src/etc/root/dot.cshrc,v 1.29 2004/04/01 19:28:00 krion Exp $ > > # > > # .cshrc - csh resource script, read at beginning of execution by each shell > > # > > # see also csh(1), environ(7). > > # > > > > alias h history 25 > > alias j jobs -l > > alias la ls -a > > alias lf ls -FA > > alias ll ls -lA > > > > # A righteous umask > > umask 22 > > > > set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin > > /usr/local/bin /usr/X11R6/bin $HOME/bin) > > > > setenv EDITOR joe > > setenv PAGER more > > setenv BLOCKSIZE K > > setenv CLICOLOR_FORCE 1 > > > > if ($?prompt) then > > # An interactive shell -- set some stuff up > > # set prompt = "`/bin/hostname -s`# " > > set prompt = "%B%n@%m:%b%~%# " > > set autolist = ambigous > > set filec > > set history = 100 > > set savehist = 100 > > set mail = (/var/mail/$USER) > > if ( $?tcsh ) then > > bindkey "^W" backward-delete-word > > bindkey -k up history-search-backward > > bindkey -k down history-search-forward > > endif > > endif > > > > I did CLICOLOR true and now i have colors :) > > Still making beep noises doh how do you turn them of ? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" set nobeep