Re: [Fish-users] Adding functions to share/functions: acceptability?

2017-12-11 Thread David Guyot
Le vendredi 08 décembre 2017 à 21:57 +, Michael Stillwell a écrit : > On Fri, Dec 8, 2017 at 9:41 PM, David Adam > wrote: > > > >    3. which directory should I place such functions in, on an > > > installed > > >   fish instance, to test them?

Re: [Fish-users] Just did a 'dnf update' for Fedora 25 and now get this for any command

2017-12-11 Thread David Adam
On Mon, 11 Dec 2017, John Chludzinski wrote: > $ fish --version > > fish, version 2.6.0 > fish: argparse: command not found... > /usr/share/fish/functions/prompt_pwd.fish (line 2): > argparse -n prompt_pwd --max-args=0 $options -- $argv > ^ > in function “prompt_pwd” > called on line 6 of

Re: [Fish-users] Just did a 'dnf update' for Fedora 25 and now get this for any command

2017-12-11 Thread Kurtis Rader
You need to restart all your interactive shells. Your old shell processes don't know about the new `argparse` builtin. Just doing `exec fish` should be sufficient. On Mon, Dec 11, 2017 at 6:59 AM, John Chludzinski < john.chludzin...@gmail.com> wrote: > $ fish --version > > fish, version 2.6.0 >

[Fish-users] Just did a 'dnf update' for Fedora 25 and now get this for any command

2017-12-11 Thread John Chludzinski
$ fish --version fish, version 2.6.0 fish: argparse: command not found... /usr/share/fish/functions/prompt_pwd.fish (line 2): argparse -n prompt_pwd --max-args=0 $options -- $argv ^ in function “prompt_pwd” called on line 6 of file /usr/share/fish/functions/fish_prompt.fish in command

Re: [Fish-users] Just did a 'dnf update' for Fedora 25 and now get this for any command

2017-12-11 Thread john.chludzinski
Mea culpa. Forgot to reboot after update. That's what comes from rushing.  Sent from my T-Mobile 4G LTE Device Original message From: Kurtis Rader Date: 12/11/17 10:09 AM (GMT-05:00) To: John Chludzinski Cc: