configs/home/.zsh/zfunc/_cargo

5 lines
127 B
Plaintext
Raw Normal View History

2023-07-05 16:55:42 +02:00
#compdef cargo
if command -v rustc >/dev/null 2>&1; then
source "$(rustc --print sysroot)"/share/zsh/site-functions/_cargo
fi