set XDG_DATA_HOME to default from standard
This commit is contained in:
parent
d8e96bf4c6
commit
3b2eb6cd5b
2
zprofile
2
zprofile
|
@ -21,7 +21,7 @@ export EDITOR=${EDITOR:-/usr/bin/vim}
|
||||||
export PAGER=${PAGER:-/usr/bin/less}
|
export PAGER=${PAGER:-/usr/bin/less}
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_DATA_HOME="$HOME/.local"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
|
||||||
# 077 would be more secure, but 022 is generally quite realistic
|
# 077 would be more secure, but 022 is generally quite realistic
|
||||||
umask 022
|
umask 022
|
||||||
|
|
Loading…
Reference in a new issue