mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
feat(xdg): add XDG BaseDirectory environment variables
This commit is contained in:
parent
f0bf01386b
commit
a01eb0332b
1 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,9 @@ export GPG_TTY=$(tty)
|
||||||
export S="/var/www/sites"
|
export S="/var/www/sites"
|
||||||
export V="/var/www/fw/vegvisir/"
|
export V="/var/www/fw/vegvisir/"
|
||||||
export R="/var/www/fw/reflect/"
|
export R="/var/www/fw/reflect/"
|
||||||
|
|
||||||
|
# Add XDG Base Directory specifications
|
||||||
|
export XDG_BIN_HOME="$HOME/.local/bin"
|
||||||
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
Loading…
Add table
Reference in a new issue