Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 11:26:36 -0400
From:      Oscar Hodgson <oscar.hodgson@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: history utility
Message-ID:  <8BB2F467-B862-4B07-939C-B3758ED3DD31@gmail.com>
In-Reply-To: <af5631f60eb1e33606eaf16362835193.squirrel@webmail.harte-lyne.ca>
References:  <af5631f60eb1e33606eaf16362835193.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

> On May 20, 2016, at 2:17 PM, James B. Byrne <byrnejb@harte-lyne.ca> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8BB2F467-B862-4B07-939C-B3758ED3DD31>