fish: conf.d: Add abbreviations useful for Rust
This commit is contained in:
parent
0fdc4b18c7
commit
0986b41c72
1 changed files with 12 additions and 0 deletions
12
fish/.config/fish/conf.d/rust-abbr.fish
Normal file
12
fish/.config/fish/conf.d/rust-abbr.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
abbr radd 'cargo add'
|
||||
abbr rbuild 'cargo build --all'
|
||||
abbr rclean 'cargo clean'
|
||||
abbr rcache 'cargo-cache'
|
||||
abbr rdel 'cargo rm'
|
||||
abbr rdoc 'cargo doc'
|
||||
abbr rdoco 'cargo doc --open'
|
||||
abbr rout 'cargo outdated'
|
||||
abbr rudeps 'cargo udeps'
|
||||
abbr rupdate 'cargo update'
|
||||
abbr rupgrade 'cargo upgrade'
|
||||
abbr rversion 'cargo set-version'
|
Loading…
Reference in a new issue