Did you mean to attach a patch, Joel Pickett? Your last comment was blank.
Created attachment 260263 [details] Update the port to 4.0.2 This patch works for me. Do you care to test it?
My testing revealed a regression: https://github.com/fish-shell/fish-shell/issues/11483 .
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=936afc0f085ed923db566269eacc1af79c89c7be commit 936afc0f085ed923db566269eacc1af79c89c7be Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2025-05-08 12:46:00 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2025-05-16 20:30:03 +0000 shells/fish: 4.0.2 The biggest change is that the entire shell has been rewritten in Rust. https://github.com/fish-shell/fish-shell/releases PR: 286572 shells/fish/Makefile | 15 +++- shells/fish/Makefile.crates (new) | 76 ++++++++++++++++++ shells/fish/distinfo | 160 +++++++++++++++++++++++++++++++++++++- shells/fish/pkg-plist | 103 ++++++++++++++++++++---- 4 files changed, 333 insertions(+), 21 deletions(-)