9 lines
140 B
Plaintext
Executable file
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
|