Add XDG Base Directory vars, refactor env var names and defs

This commit is contained in:
2025-04-04 16:55:39 -05:00
parent f8bda839eb
commit 54669cc6c5
8 changed files with 42 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
set -o vi
# path updates
export PATH=$DIR_LOCAL/bin:$DIR_LOCAL/scripts:$PATH
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
export PATH=$PATH:~/bin/android-sdk-darwin/platform-tools:/opt/homebrew/opt/ccache/libexec