summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-27 18:30:02 -0700
committerxyz <gky44px1999@gmail.com>2021-09-27 18:30:02 -0700
commitb63d390057e957e0f27990bb868f171f8233c0cf (patch)
treef02b89dfb07ab3001f114736362a781914febb82 /.profile
parent8a907425aab9ceeeba2c9201aa2caf1fdbe85f4f (diff)
add / at end of all dir env
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.profile b/.profile
index b6a7581e..51cc2de2 100644
--- a/.profile
+++ b/.profile
@@ -6,9 +6,9 @@
#[[ -f ~/.bashrc ]] && . ~/.bashrc
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
-export XDG_CONFIG_HOME="$HOME/.config"
-export XDG_CACHE_HOME="$HOME/.cache"
-export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CONFIG_HOME="$HOME/.config/"
+export XDG_CACHE_HOME="$HOME/.cache/"
+export XDG_DATA_HOME="$HOME/.local/share/"
. "$XDG_CONFIG_HOME/user-dirs.dirs"
export XDG_DESKTOP_DIR="$XDG_DESKTOP_DIR"