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_ALL en_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 <d...@skunkwerks.at> 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