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

This commit is contained in:
david
2025-01-26 21:00:13 -06:00
parent 743ee35605
commit 1f4c15c43d
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