From 7aae20a3fa50a3d16286ae433195559cc9f71ca9 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 15 May 2022 14:31:39 +0100 Subject: [PATCH] update --- profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile b/profile index 3d04af8..fa4ca41 100644 --- a/profile +++ b/profile @@ -1,3 +1,8 @@ +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_STATE_HOME="$HOME/.local/state" +export XDG_CACHE_HOME="$HOME/.cache" + export SHELL_CONFIG="$SHELL_CONFIG:.profile" export EDITOR=/usr/bin/vim export BROWSER=/usr/bin/qutebrowser