rework personal completions
also support: - fd/fdfind - hyperfine
This commit is contained in:
5
.config/zsh/completion/system.zsh
Normal file
5
.config/zsh/completion/system.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
for i ( fd fdfind hyperfine ) ; do
|
||||
__z_comp_system $i
|
||||
done
|
Reference in New Issue
Block a user