fix: updated some config

This commit is contained in:
oxypomme
2026-06-15 11:16:13 +02:00
parent 9dc7c5f053
commit 91d3325128
3 changed files with 72 additions and 67 deletions

15
.zshenv
View File

@@ -1,11 +1,10 @@
# PNPM
PNPM_BIN=$HOME/.local/share/pnpm/bin
LOCAL_BIN=$HOME/.local/bin
export PNPM_HOME=~/.local/share/pnpm
PATH=$PNPM_BIN:$LOCAL_BIN:$PATH
path=(
$PNPM_HOME/bin
~/.local/bin
$path
)
# Cargo / Rust
. "$HOME/.cargo/env"
# VSCode
. ~/.cargo/env
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"