add rust to mac and remove cargo shortcut from common

This commit is contained in:
Noah Masur
2023-11-10 15:21:10 -05:00
parent 09563de935
commit c929bc6440
2 changed files with 1 additions and 3 deletions

View File

@ -123,9 +123,6 @@
dr = "docker run --rm -it";
db = "docker build . -t";
# Rust
ca = "cargo";
};
shellInit = "";
};