Re: [Fish-users] Beta release fish 2.2b1

2015-06-18 Thread David Adam
On Tue, 19 May 2015, Andrew Schulman wrote: > > Due to the large number of architectural and other changes within fish, > > we have started with a beta release - fish 2.2b1. Any testing would be > > very much appreciated. > > Hi. I'm testing in Cygwin x86_64. fish 2.2b1 builds and runs fine the

Re: [Fish-users] login shell under FreeBSD

2015-06-18 Thread David Adam
On Fri, 12 Jun 2015, Gour wrote: > recently I moved from Linux to Free/PC-BSD where I'm using fish shell as > default one under Lumina DE. > > I experience strange thing that after logging into DE and launching my > default (urxvt) terminal, the shell is not login-shell but interactive one, > so t

Re: [Fish-users] How to delete a function?

2015-06-18 Thread Elias Assmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/18/2015 10:52 AM, Elis Axelsson wrote: > $ functions -e FUNCTIONS... > > · -e or --erase causes the specified functions to be erased. Thanks. I looked at `function' if there was an "erase" option, but did not really notice `functions'.

Re: [Fish-users] How to delete a function?

2015-06-18 Thread SanskritFritz
On Thu, Jun 18, 2015 at 10:48 AM, Elias Assmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi List, > > How do I delete a function? > > For saved functions, of course I can delete the file, and the function > will be undefined in a new shell; but how do I remove function > defin

Re: [Fish-users] How to delete a function?

2015-06-18 Thread Elis Axelsson
$ functions -e FUNCTIONS... · -e or --erase causes the specified functions to be erased. On Thu, 18 Jun 2015 at 10:49 Elias Assmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi List, > > Seems like I should be able to find this out on my own, but I could > not find anything.

[Fish-users] How to delete a function?

2015-06-18 Thread Elias Assmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, Seems like I should be able to find this out on my own, but I could not find anything. How do I delete a function? For saved functions, of course I can delete the file, and the function will be undefined in a new shell; but how do I remove