mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 13:11:15 -03:00
This checks $SHELL to determine which completions to print, and $SHELL is typically set by your login program. So if the login shell isn't fish, this will print the wrong completions. Fixes #6454 [ci skip]