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:
parent
0740b4bda1
commit
2925d49c8e
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue