init project
This commit is contained in:
commit
821ea7eed0
16 changed files with 950 additions and 0 deletions
8
zsh_autocomplete/_cl
Executable file
8
zsh_autocomplete/_cl
Executable file
|
@ -0,0 +1,8 @@
|
|||
_cl() {
|
||||
local comp=`CL_SUGGESTION="" ${words[1]} "$words"`
|
||||
|
||||
read -A line <<< $comp
|
||||
compadd -o nosort -- $line
|
||||
}
|
||||
|
||||
compdef _cl cl
|
Loading…
Add table
Add a link
Reference in a new issue