From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 00:19:18 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 20A5B16A4CE for ; Sun, 27 Mar 2005 00:19:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC26143D46 for ; Sun, 27 Mar 2005 00:19:17 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1101453rng for ; Sat, 26 Mar 2005 16:19:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Yf3fINHsIyjdGfFf1kSKwKEGXNOyX4IuV4iiNdK6Gx+r5o2Mb+3f30Nc1nB4nwIFyAYLeLuMHhVIp4+y8y717AF5akeS+K37+GSRQXmFVXbRMtYI+eXRKwzfnZQnS3ilSHFeXimC1+82bqaW17rG7EVmPK5AggXT8tQnGMvQwm4= Received: by 10.38.149.17 with SMTP id w17mr1325584rnd; Sat, 26 Mar 2005 16:19:17 -0800 (PST) Received: by 10.38.74.23 with HTTP; Sat, 26 Mar 2005 16:19:17 -0800 (PST) Message-ID: Date: Sun, 27 Mar 2005 01:19:17 +0100 From: Gert Cuykens To: Christopher Nehren In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050325234152.GA12816@falcon.midgard.homeip.net> <20050326002311.GA18807@falcon.midgard.homeip.net> <4244C1CD.3080606@daleco.biz> cc: freebsd-questions@freebsd.org Subject: Re: .cshrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 00:19:18 -0000 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 ?