Compare commits

...

2 commits

Author SHA1 Message Date
Sanchayan Maity 9b8fbd6f21
tmuxp: Add a tmux pane for running top 2023-11-07 16:35:25 +05:30
Sanchayan Maity 2925d49c8e
fish: conf.d: Update Rust abbreviations
`--all` is deprecated and is just an alias to `--workspace`. Add an
abbreviation to exclude building of packages.
2023-11-04 10:42:15 +05:30
2 changed files with 6 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'

View file

@ -26,3 +26,7 @@ windows:
start_directory: "~"
panes:
-
- window_name: top
panes:
- shell_command:
- btop