diff options
author | self <george@gabbott.dev> | 2022-07-22 15:50:36 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-22 15:50:36 +0100 |
commit | fb164174cd367e552a9b2c5e3f8f9ad2d86e0c71 (patch) | |
tree | 0b0ce446c4f8b39d8d18c682823ada019d8979f8 | |
parent | f437f02973e76d2c18ec5863b88d16202bfd989e (diff) |
cargo abbreviations
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -132,6 +132,10 @@ abbrev-alias mpr="mpc prev" # backgrounds, wal... abbrev-alias tbg="feh --bg-fill $(shuf -n1 -e ~/bgs/*)" +# cargo +abbrev-alias cb="cargo build" +abbrev-alias cbr="cargo build --release" + # todos... abbrev-alias td="mn td/todos" abbrev-alias tdcmp="mn td/todos-cmp" |