maint: vscode && cargo

This commit is contained in:
Matthew Ryan Dillon 2021-07-13 14:18:30 -07:00
parent 82b970a105
commit f864d13901
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,8 @@ if [[ -s "/opt/miniconda3/etc/profile.d/conda.sh" ]]; then
source /opt/miniconda3/etc/profile.d/conda.sh
fi
source "$HOME/.cargo/env"
# shortcuts
alias q="conda activate q2dev"
alias i="ipython3"