ubuntu updates

This commit is contained in:
Bobby
2026-04-03 12:38:12 -04:00
parent 8970174498
commit 15fb69e6c9
4 changed files with 24 additions and 17 deletions

View File

@@ -1,3 +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
export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
export PATH=$HOME/.local/bin:$XDG_CONFIG_HOME/scripts:$PATH