feat: add XDG_BIN_HOME
This commit is contained in:
parent
a508364ae9
commit
4abe49bf55
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user