adding XDG_DATA_DIR to bash
This commit is contained in:
parent
583f5379d2
commit
d60cdf9788
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
|
|||
|
||||
# XDG
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
|
||||
|
||||
# checks (stolen from zshuery)
|
||||
|
|
Loading…
Reference in a new issue