6 lines
131 B
Bash
6 lines
131 B
Bash
# Cargo / Rust
|
|
. "$HOME/.cargo/env"
|
|
|
|
# VSCode
|
|
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
|