home/.zsh/zfunc/_cargo
2023-12-02 17:38:57 +01:00

4 lines
127 B
Text
Executable file

#compdef cargo
if command -v rustc >/dev/null 2>&1; then
source "$(rustc --print sysroot)"/share/zsh/site-functions/_cargo
fi