maint: vscode && cargo
This commit is contained in:
parent
82b970a105
commit
f864d13901
2 changed files with 4 additions and 1 deletions
|
@ -26,5 +26,6 @@
|
|||
"python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python",
|
||||
"python.terminal.activateEnvInCurrentTerminal": true,
|
||||
"python.languageServer": "Microsoft",
|
||||
"liveshare.authenticationProvider": "GitHub"
|
||||
"liveshare.authenticationProvider": "GitHub",
|
||||
"editor.inlineSuggest.enabled": true
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue