feat(fish): add dockerCompat completions
parent
56abb0ce64
commit
4b5e16454d
|
@ -45,6 +45,7 @@ in
|
|||
|
||||
# Completions
|
||||
complete -c c -kfa '(zoxide query -l | sed "s|$HOME|~|")'
|
||||
${optionalString config.virtualisation.podman.dockerCompat /* fish */ "complete -c docker -w podman"}
|
||||
|
||||
# Variables
|
||||
${exportedVariables}
|
||||
|
|
Loading…
Reference in New Issue