mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-24 11:53:09 +00:00
fix(completion): typo
This commit is contained in:
parent
ef6b0c8b6a
commit
957e96645d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function __fish_d2__complete_layouts
|
|||
end
|
||||
end
|
||||
|
||||
set -l command kroki
|
||||
set -l command d2
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
|
|
Loading…
Reference in a new issue