fish: conf.d: Update Rust abbreviations

`--all` is deprecated and is just an alias to `--workspace`. Add an
abbreviation to exclude building of packages.
This commit is contained in:
Sanchayan Maity 2023-11-04 09:45:43 +05:30
parent 0740b4bda1
commit 2925d49c8e
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
abbr radd 'cargo add'
abbr rbuild 'cargo build --all'
abbr rbuild 'cargo build --workspace'
abbr rclean 'cargo clean'
abbr rcache 'cargo-cache'
abbr rdel 'cargo rm'
abbr rdoc 'cargo doc'
abbr rdoco 'cargo doc --open'
abbr rexclude 'cargo build --workspace --exclude'
abbr rout 'cargo outdated'
abbr rudeps 'cargo udeps'
abbr rupdate 'cargo update'