[Fish-users] default shell?

2012-06-12 Thread Gour
Hello! I'm delighted to see that the development of fish shell has resumed and is in a full swing. I did use it in the past, but seeing it was kind of 'abandoned', switched back to zsh and some of fish's emulations.. However, I feel I use 1% of zsh and fish is the only fish which makes me

Re: [Fish-users] default shell?

2012-06-12 Thread SanskritFritz
On Tue, Jun 12, 2012 at 8:45 AM, Gour g...@atmarama.net wrote: Now I wonder whether you recommend to set fish as default shell? (I'm on x86_64 Archlinux) I know some users who use fish as default shell, there are some things to do, but it is relatively painless. Read the comments here:

Re: [Fish-users] default shell?

2012-06-12 Thread David Frascone
I've used it as my default shell for a couple of years now. The only issues I've seen are with globing (PEBKAC), and the old fish had some terminal / history weirdnesses. -Dave On Tue, Jun 12, 2012 at 1:57 AM, SanskritFritz sanskritfr...@gmail.comwrote: On Tue, Jun 12, 2012 at 8:45 AM, Gour

Re: [Fish-users] default shell?

2012-06-12 Thread David Frascone
On Tue, Jun 12, 2012 at 7:23 AM, Gour g...@atmarama.net wrote: On Tue, 12 Jun 2012 07:08:26 -0600 David Frascone d...@frascone.com wrote: I've used it as my default shell for a couple of years now. The only issues I've seen are with globing (PEBKAC), and the old fish had some terminal /

[Fish-users] default shell for apps

2006-09-19 Thread Martin Bähr
hi, i just stumpled onto the following problem when trying to call an external program from vi: in vi i simply selected arange of lines and did: :','!sort ',' is the lines to be sorted, and sort is the command. the command that vim then actually produces is the following: fish: Command

Re: [Fish-users] default shell for apps

2006-09-19 Thread Martin Bähr
On Wed, Sep 20, 2006 at 03:35:46AM +0200, Martin Bähr wrote: hi, i just stumpled onto the following problem when trying to call an external program from vi: the command that vim then actually produces is the following: fish: Command substitutions not allowedIllegal command name #(sort)#

Re: [Fish-users] default shell for apps

2006-09-19 Thread James Vega
On Wed, Sep 20, 2006 at 03:35:46AM +0200, Martin Bähr wrote: hi, i just stumpled onto the following problem when trying to call an external program from vi: in vi i simply selected arange of lines and did: :','!sort ',' is the lines to be sorted, and sort is the command. the command