mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
parent
e94b9ccf3e
commit
d242ff1808
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
set -l update_args -B $__fish_data_dir/tools/create_manpage_completions.py --manpath --cleanup-in '~/.config/fish/completions' --cleanup-in '~/.config/fish/generated_completions'
|
||||
for py in python{3,2,}
|
||||
if command -sq $py
|
||||
$py $update_args >/dev/null 2>&1 &
|
||||
set -l c $py $update_args
|
||||
$c (: fish_update_completions: generating completions from man pages) >/dev/null 2>&1 &
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue