refactor: moved env to .zshenv

This commit is contained in:
oxypomme
2026-02-13 08:32:34 +01:00
parent 3bd4550470
commit 5ca58a8cfd
2 changed files with 6 additions and 12 deletions

5
.zshenv Normal file
View File

@@ -0,0 +1,5 @@
# Cargo / Rust
. "$HOME/.cargo/env"
# VSCode
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"