From b63d390057e957e0f27990bb868f171f8233c0cf Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 27 Sep 2021 18:30:02 -0700 Subject: add / at end of all dir env --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.profile') 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" -- cgit v1.2.3-70-g09d2