feat: add XDG_BIN_HOME

This commit is contained in:
Price Hiller 2022-07-31 14:45:54 -05:00
parent a508364ae9
commit 4abe49bf55

View File

@ -9,6 +9,7 @@ set-xdg-vars() {
# and https://wiki.archlinux.org/title/XDG_Base_Directory
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_STATE_HOME="${HOME}/.local/state"