On Wed, 2007-04-04 at 22:25 +0200, Axel Liljencrantz wrote:
> As Claes suggested above, also consider generating a core dump. To
> make fish (and all processes started by fish) dump core when they
> crash, use this command:
> 
> echo ulimit --core-size unlimited >>~/.config/fish/config.fish
> 

ulimit command added.


> When fish crashes, you should be able to fins a core dump in your home
> directory.


> 
> Also, one quick question: When fish and iTerm exit, are you ever
> running more than one tab in iTerm?

Yes, all the time.  I have multiple windows of iTerm open with multiple
tabs in each window.


I don't know what impact, if any, the method I'm starting fish has, but
I'll explaining it now.  Because of the setup I'm using ( yp/nis ) my
shell is set to tcsh, so my 
$HOME/.login ( for tcsh ) contains:

if ( `/bin/uname` == Linux ) then
    # start fish
    exec "$HOME/local/bin/fish" -l
else
     #define path
     # path set,  omitted for email message
endif

I can't set the shell to bash because we have a mixed of Linux, Solaris
and IRIX environment.

Though if necessary, I can set the shell to sh.

Thanks,

-- 
===================================================
| Steven Knight                   [EMAIL PROTECTED]  |
| UNH Research Computing Center   603-862-3042    |
===================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to