set XDG_DATA_HOME to default from standard

This commit is contained in:
crater2150 2017-11-24 16:44:48 +01:00
parent d8e96bf4c6
commit 3b2eb6cd5b

View file

@ -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