This commit is contained in:
mitchell 2026-04-14 22:39:29 -04:00
parent 8a9b0b3a28
commit 2713e108aa
7 changed files with 113 additions and 4 deletions

5
.zshenv Normal file
View file

@ -0,0 +1,5 @@
PATH="$HOME/.bun/bin:$PATH"
PATH="$HOME/.local/bin:$PATH"
PATH="$HOME/code/scripts:$PATH"
export PATH
export EDITOR='nvim'