mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 05:45:26 +08:00

Making `true` into a builtin is a significant optimization to `while true` loops. As long as `true` is a builtin, we may as well make `false` builtin as well (despite the fact that it's not typically executed in a loop).