1
0

zsh: treewide: minor fixes/style

This commit is contained in:
2022-07-19 02:41:45 +03:00
parent 0ec196bef2
commit 724df8e2d8
21 changed files with 102 additions and 51 deletions

View File

@@ -2,4 +2,4 @@
for i ( buildah ) ; do
__z_comp_bash $i
done
done ; unset i

View File

@@ -5,5 +5,5 @@ __z_comp__podman() { command podman completion zsh ; }
for i ( kubectl podman ) ; do
__z_comp_external $i "__z_comp__$i"
done
done ; unset i
unset -fm '__z_comp__*'

View File

@@ -2,4 +2,4 @@
for i ( fd fdfind hyperfine ) ; do
__z_comp_system $i
done
done ; unset i