[Bug 261728] If sh became a usable interactive shell, then why can't it tab-autocomplete file.(mine).1.txt and file.(mine).2.txt?
Date: Wed, 26 Apr 2023 16:55:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261728 --- Comment #16 from Piotr Pawel Stefaniak <pstef@freebsd.org> --- (In reply to Oleg from comment #15) Because currently sh will only tab-complete file names from paths in $PATH and will not look for any built-ins, including the export built-in. -- You are receiving this mail because: You are the assignee for the bug.