aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index ddd16e8..840f470 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -5,11 +5,13 @@ export XDG_CACHE_HOME="$HOME"/.cache
export XDG_CONFIG_HOME="$HOME"/.config
export XDG_DATA_HOME="$HOME"/.local/share
+# Program homedir overrides
export MPV_HOME="$XDG_CONFIG_HOME"/mpv
export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg
+
+# Config overrides
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0
export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose
-
export ABSROOT="$HOME"/build/abs
export PREFIX="$HOME"/.local