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