7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
![]() |
#compdef _cs cs
|
||
|
|
||
|
function _cs {
|
||
|
eval "$(cs complete zsh-v1 $CURRENT $words[@])"
|
||
|
}
|
||
|
|