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