1
0
dotfiles/.config/zsh/completion/system.zsh

6 lines
85 B
Bash

#!/bin/zsh
for i ( fd fdfind hyperfine ) ; do
__z_comp_system $i
done ; unset i