fish-shell/fish-rust
Fabian Boehm e318585021 Don't replace tilde for error messages if we have no $HOME
This was an issue with "--no-execute", which has no variables and
therefore no $HOME:

```fish
fish --no-execute /path/to/file
```

would say the error is in `~/path/to/file`.

Instead, since this is just for a message, we simply return the
filename without doing the replacement.

Fixes #10171
2023-12-28 10:19:48 +01:00
..
src Don't replace tilde for error messages if we have no $HOME 2023-12-28 10:19:48 +01:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01:00