Re: [Fish-users] default shell?

2012-06-14 Thread Gour
On Tue, 12 Jun 2012 07:36:48 -0600 David Frascone wrote: >1. Leave root alone -- too many things you install assume bourne >compatibility. OK. >2. set SHELL to be a bourne shell (i.e. /bin/sh or /bin/bash -- Which SHELL you mean? My uid one? Now I've zsh as default uid shell, whil

Re: [Fish-users] default shell?

2012-06-12 Thread David Frascone
On Tue, Jun 12, 2012 at 7:23 AM, Gour wrote: > On Tue, 12 Jun 2012 07:08:26 -0600 > David Frascone 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 / history weirdnesses. > >

Re: [Fish-users] default shell?

2012-06-12 Thread Gour
On Tue, 12 Jun 2012 07:08:26 -0600 David Frascone 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 / history weirdnesses. Thanks. Let me try it... Sincerely, Gour -- As the ignora

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 wrote: > > On Tue, Jun 12, 2012 at 8:45 AM, Gour wrote: > >> Now I won

Re: [Fish-users] default shell?

2012-06-12 Thread SanskritFritz
On Tue, Jun 12, 2012 at 8:45 AM, Gour 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: https://aur.archlinux

[Fish-users] default shell?

2012-06-11 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 inspire

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. > >

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)#

[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 subs