zsh/compdef/_cs
2023-03-20 12:54:18 +01:00

7 lines
85 B
Plaintext

#compdef _cs cs
function _cs {
eval "$(cs complete zsh-v1 $CURRENT $words[@])"
}