Philip, this alias works, but not if I login from console. (Starting an
xterm in x11 works fine.)

alias "ssbox" "ssh -Ct dev.internal ssh -t"

Starting from the console, I only get the welcome message. Thereafter, fish
takes up 100% CPU and I have to kill it. I replaced it with:

function ssbox
    ssh -Ct dev.internal ssh -t $argv
end

Which works fine.

-Ken

On Fri, Aug 7, 2009 at 8:18 PM, Philip Ganchev <[email protected]>wrote:

> On Fri, Aug 7, 2009 at 5:29 PM, Ken Kinder<[email protected]> wrote:
> > Hi. I searched the mailing list and saw this post:
> >
> >
> http://www.mail-archive.com/[email protected]/msg02151.html
> >
> > I thought I would confirm the same bug, and the same solution. :(
>
> What was a call to alias that didn't work and what was the modified
> one that did work?
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to