diff --git a/profile b/profile index a96c784..cb8fd89 100644 --- a/profile +++ b/profile @@ -5,6 +5,7 @@ export LC_MESSAGES="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" +export XDG_BIN_HOME=${XDG_BIN_HOME:="$HOME/.local/bin"} export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:="$HOME/.config"} export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"} export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"}