Re: [Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Kurtis Rader
I looked at your config and it looks fine. As @faho intimated this is
almost certainly a locale related problem. You have


   1. set -x LC_ALLen_US.UTF-8


at the bottom of your config.fish. What happens if you move that to the top
of your config.fish? If you don't change anything but simply run "fish" to
start an interactive subshell do you still see those errors? If not then
the problem is probably that your locale is weird when the initial login
shell is launched.

On Tue, Sep 20, 2016 at 12:07 PM, Dave Cottlehuber 
wrote:

> hi all,
>
> after updating my FreeBSD boxes today, I get:
>
> - arrow key mapping don't work, displaying instead  [A for up arrow etc,
> [D instead of backspace etc. line completion is also broken.
>
> - errors from my previously-working aliases at ssh login time:
>
> alias: Name cannot be empty
> alias: Name cannot be empty
> alias: Name cannot be empty
> ... 1 per every alias definition in ~/.config/fish/config.fish
>
> the aliases themselves are all harmless things like this:
>
> alias l '/bin/ls -AFGhl'
> alias d '/bin/ls -AFGh'
>
> I have a minimal install, including fisher, but removing plugins has no
> effect.
>
> The other possibly enlightening error is this:
>
> @ ~/usr/home/dch> fisher ls
> Mismatched brackets
> in function “fisher”
> called on standard input
> with parameter list “ls”
>
> Invalid redirection target:
> ~/.config/fish/functions/fisher.fish (line 83): echo
> "$fisher_cmd_name --complete" > "$completions"
>
>  ^
> in function “fisher”
> called on standard input
> with parameter list “ls”
>
> No code specified for -e.
> Invalid redirection target:
> ~/.config/fish/functions/fisher.fish (line 329): echo >
> "$fisher_file"
>   ^
> in function “fisher”
> called on standard input
> with parameter list “ls”
>
> any ideas?
>
> https://dpaste.de/dEB8 is my full config.fish.
>
> A+
> Dave
>
>
>
> 
> --
> ___
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users
>



-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


Re: [Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Fabian Homborg

Dave Cottlehuber  writes:

> hi all,
>
> after updating my FreeBSD boxes today, I get:

Which FreeBSD version? We've had some issues with FreeBSD 11 and 12 -
see https://github.com/fish-shell/fish-shell/issues/3302.

Cheers,
Fabian


signature.asc
Description: PGP signature
--
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


[Fish-users] issues after upgrading from 2.2.0 to 2.3.1 - alias & key mappings

2016-09-20 Thread Dave Cottlehuber
hi all,

after updating my FreeBSD boxes today, I get:

- arrow key mapping don't work, displaying instead  [A for up arrow etc,
[D instead of backspace etc. line completion is also broken.

- errors from my previously-working aliases at ssh login time:

alias: Name cannot be empty
alias: Name cannot be empty
alias: Name cannot be empty
... 1 per every alias definition in ~/.config/fish/config.fish

the aliases themselves are all harmless things like this:

alias l '/bin/ls -AFGhl'
alias d '/bin/ls -AFGh'

I have a minimal install, including fisher, but removing plugins has no
effect.

The other possibly enlightening error is this:

@ ~/usr/home/dch> fisher ls
Mismatched brackets
in function “fisher”
called on standard input
with parameter list “ls”

Invalid redirection target:
~/.config/fish/functions/fisher.fish (line 83): echo
"$fisher_cmd_name --complete" > "$completions"

   ^
in function “fisher”
called on standard input
with parameter list “ls”

No code specified for -e.
Invalid redirection target:
~/.config/fish/functions/fisher.fish (line 329): echo >
"$fisher_file"
  ^
in function “fisher”
called on standard input
with parameter list “ls”

any ideas?

https://dpaste.de/dEB8 is my full config.fish.

A+
Dave



--
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users