summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 81d72da..a6b3c48 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,3 +1,8 @@
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_CACHE_HOME=$HOME/.cache
+export XDG_DATA_HOME=$HOME/.local/share
+export XDG_STATE_HOME=$HOME/.local/state
+
export EDITOR=vis
export PATH="$PATH:$HOME/go/bin:/usr/local/go/bin"