Compare commits

..

1 Commits

Author SHA1 Message Date
Nikolas Garofil bc1596c4ec
Merge 01808b3aae into 5c17bcd21f 2025-01-08 09:49:32 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env zsh
function omz {
setopt localoptions noksharrays
[[ $# -gt 0 ]] || {
_omz::help
return 1

View File

@ -22,5 +22,5 @@ fi
rustup completions zsh >| "$ZSH_CACHE_DIR/completions/_rustup" &|
cat >| "$ZSH_CACHE_DIR/completions/_cargo" <<'EOF'
#compdef cargo
source "$(rustup run ${${(z)$(rustup default)}[1]} rustc --print sysroot)"/share/zsh/site-functions/_cargo
source "$(rustc +${${(z)$(rustup default)}[1]} --print sysroot)"/share/zsh/site-functions/_cargo
EOF