From 4486de676ca59aafa7717580dc9e3ef5cf1836aa Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:12:34 +0200 Subject: zsh/zprofile: add two headers --- zsh/.zprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3-54-g00ecf