Skip to content

Commit

Permalink
Add cto
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Sep 20, 2023
1 parent 3027ed5 commit 0a0ce51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Rust setup
alias cb="cargo test --no-run --color always 2>&1 | less -r"
alias ct="cargo test"
function cto() { "cargo test --test $1"; }
alias cj="cargo build && cargo fmt --all && cargo clippy --all-targets" # Stands for "Cargo Janitor"

# PGP/GPG setup
Expand Down

0 comments on commit 0a0ce51

Please sign in to comment.