From owner-freebsd-questions@freebsd.org Mon May 23 15:26:36 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1232B47035 for ; Mon, 23 May 2016 15:26:36 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com [IPv6:2607:f8b0:400d:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC5031081 for ; Mon, 23 May 2016 15:26:36 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: by mail-qk0-x22b.google.com with SMTP id n63so110209375qkf.0 for ; Mon, 23 May 2016 08:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=mgqL2relZurONpBN6HReDNtZXuVDADmCn5dIZH+0caY=; b=jKLY+jpYYZIEbR4fWSrf7BAEUjMjk0awkBNblfFrfU76So4vr2gtg5WCC5PwU5tmmW U0RrZrWRei/nd2oDQSjlrlpSD0vaonxAHczsTXO3wxhnwQRlyffzxXWVTD4DeTQXTJmS urhaH6tptGQeXGSUacYF3ZWSBbIzwyAjBE+o0v/XDpLKvyIdloOebdfbZXLfJCal1hAc OIgyta4RADHKIyxvZtKT7LZ8QZgym3SE60PQKCyIGmG/0Q3FgKXiq6z0TVSuBMP9TIUm 4gHw2dUsgyUp33o7WOhiseXCGE4NOb1xFFw5laNdZ96C7iYO58AfWASgG2gipvj+MYlf hX+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=mgqL2relZurONpBN6HReDNtZXuVDADmCn5dIZH+0caY=; b=i6VNDKFuINivbjiIhlPT7t04UacCM5RsjjMBqPFd4faoNvsD3DuwHmhNARqosbcNMu Z/eG4ol35ORPS38QXPRZKtmdkeQqhZTtCgKvLqY/ojIxxTrlCiw2XxQBoVvBtFaAGDmt xpIWMSELozkzM/osrNgG57SI6ayPGTH28tp6cq1x+lFC7ELFq8wh9O8REihuSl0VorBE mPnOAfhDfd6HL+IZRf/Y7hpY3n5njsu8gerPPxs0ni/xTLfgn290qBS3crJsdzvYrVJO mJ60Voa/btcJ1scctKdwmCdxgDJtCUZwEfEePH9gNlfbRgXFlUhQuTIL4DFYNEtWDGAH wdRg== X-Gm-Message-State: ALyK8tK/Mpb0QbQROs+9eE+Ya1Jv025zT6lhjKQ19F/AGoeidupv0BCTJ3nd93qJAKAq4g== X-Received: by 10.200.46.55 with SMTP id r52mr3889722qta.87.1464017195770; Mon, 23 May 2016 08:26:35 -0700 (PDT) Received: from [192.168.1.174] (24.102.154.174.res-cmts.sm.ptd.net. [24.102.154.174]) by smtp.gmail.com with ESMTPSA id n95sm4778088qte.28.2016.05.23.08.26.34 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 May 2016 08:26:35 -0700 (PDT) Subject: Re: history utility Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii From: Oscar Hodgson X-Priority: 3 (Normal) In-Reply-To: Date: Mon, 23 May 2016 11:26:36 -0400 Content-Transfer-Encoding: 7bit Message-Id: <8BB2F467-B862-4B07-939C-B3758ED3DD31@gmail.com> References: To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 15:26:37 -0000 > On May 20, 2016, at 2:17 PM, James B. Byrne wrote: > > As is no doubt obvious from what I am trying to do I come from a bash > background. Probably evil, but this in .cshrc works for me: if ($?prompt) then if ( -x /usr/local/bin/bash ) then echo Switching to bash exec /usr/local/bin/bash --login fi endif