From cb67d31b9deb13cbf8d7e1d683be0780b0497576 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sat, 23 Mar 2019 01:42:18 -0700 Subject: [PATCH] add local/bin to profile --- profile | 1 + 1 file changed, 1 insertion(+) 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"}