1
0
dotfiles/.config/zsh/completion/bash.zsh
Konstantin Demin 23275ec9fc
rework personal completions
also support:
- fd/fdfind
- hyperfine
2022-05-18 11:39:55 +03:00

6 lines
61 B
Bash

#!/bin/zsh
for i ( buildah ) ; do
__z_comp_bash $i
done