cl3/zsh_autocomplete/_cl
2023-04-16 00:23:12 +03:00

9 lines
140 B
Plaintext
Executable file

_cl() {
local comp=`CL_SUGGESTION="" ${words[1]} "$words"`
read -A line <<< $comp
compadd -o nosort -- $line
}
compdef _cl cl