diff --git a/fish/.config/fish/conf.d/rust-abbr.fish b/fish/.config/fish/conf.d/rust-abbr.fish index 5c90163..56b9933 100644 --- a/fish/.config/fish/conf.d/rust-abbr.fish +++ b/fish/.config/fish/conf.d/rust-abbr.fish @@ -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'