This commit is contained in:
Bobby Palko
2026-04-03 09:12:20 -04:00
commit 8970174498
20 changed files with 2034 additions and 0 deletions

3
.zprofile Normal file
View File

@@ -0,0 +1,3 @@
export XDG_CACHE_HOME=/Users/bobbypalko/.cache
export XDG_CONFIG_HOME=/Users/bobbypalko/.config
export PATH=/Users/bobbypalko/.local/share/nvim/site:$XDG_CONFIG_HOME/scripts:/opt/homebrew/bin:$PATH