fish-shell/share
Mahmoud Al-Qudsi b7b20e9fac Always source file after funced (#10318)
... even if the file hasn't changed. This addresses an oddity in the following
case:

* Shell is started,
* function `foo` is sourced from foo.fish
* foo.fish is *externally* edited and saved
* <Loaded definition of `foo` is now stale, but fish is unaware>
* `funced foo` loads `type -p foo` showing changed definition, user exits
  $EDITOR saving no changes (or with $status 0, more generally).
* Stale definition of `foo` remains

(cherry picked from commit 2c2ab0c1fa)
2024-03-13 18:16:34 +01:00
..
completions completions: add ssh -D option 2024-03-13 18:15:24 +01:00
functions Always source file after funced (#10318) 2024-03-13 18:16:34 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools themes/Nord: include license tag 2023-12-31 13:03:01 +08:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish share/config: Erase on_interactive before doing __fish_config_interactive 2023-02-27 22:40:58 +08:00