mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Use fish from $__fish_bin_dir while calling fish_update_completions at startup
This commit is contained in:
parent
6eb7530f75
commit
8fc26c1e58
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
|
||||
if not test -d $configdir/fish/generated_completions
|
||||
#fish_update_completions is a function, so it can not be directly run in background.
|
||||
fish -c 'fish_update_completions > /dev/null ^/dev/null' &
|
||||
eval "$__fish_bin_dir/fish -c 'fish_update_completions > /dev/null ^/dev/null' &"
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue