cl3/zsh_autocomplete/_cl

9 lines
140 B
Plaintext
Raw Normal View History

2023-04-15 21:23:12 +00:00
_cl() {
local comp=`CL_SUGGESTION="" ${words[1]} "$words"`
read -A line <<< $comp
compadd -o nosort -- $line
}
compdef _cl cl