feat(zed): updated config

This commit is contained in:
oxypomme
2026-05-18 08:47:12 +02:00
parent a33e986cde
commit 9dc7c5f053
3 changed files with 97 additions and 29 deletions

View File

@@ -1,3 +1,9 @@
# PNPM
PNPM_BIN=$HOME/.local/share/pnpm/bin
LOCAL_BIN=$HOME/.local/bin
PATH=$PNPM_BIN:$LOCAL_BIN:$PATH
# Cargo / Rust
. "$HOME/.cargo/env"