summaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index c4f3457..affc9db 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -18,5 +18,5 @@ export TERM=xterm-256color
################################################################
# Create .config if it doesn't exist and set XDG vars
mkdir -p $HOME/.config
-XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config}
-XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config}
+export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config}
+export XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config}