diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ # for ssh logins, install and configure the libpam-umask package. umask 022 +[[ -n $XDG_DATA_HOME ]] || export XDG_DATA_HOME="$HOME/.local/share" +[[ -n $XDG_CONFIG_HOME ]] || export XDG_CONFIG_HOME="$HOME/.config" +[[ -n $XDG_DATA_DIRS ]] || export XDG_DATA_DIRS="/usr/local/share/:/usr/share" +[[ -n $XDG_CONFIG_DIRS ]] || export XDG_CONFIG_DIRS="/etc/xdg" +[[ -n $XDG_CACHE_HOME ]] || export XDG_CACHE_HOME="$HOME/.cache" + ## Paths ############################################################# # Unix |