diff --git a/zprofile b/zprofile index 595fa8a..b62a7a9 100644 --- a/zprofile +++ b/zprofile @@ -21,7 +21,7 @@ export EDITOR=${EDITOR:-/usr/bin/vim} export PAGER=${PAGER:-/usr/bin/less} export XDG_CONFIG_HOME="$HOME/.config" 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 umask 022