aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:12:34 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:12:42 +0200
commit4486de676ca59aafa7717580dc9e3ef5cf1836aa (patch)
treed92f360b072666ccec3b1c57190a264ccda5341b /zsh/.zprofile
parentb977e7ef780b1f55e93245e31da884b69b09de36 (diff)
downloaddotfiles-4486de676ca59aafa7717580dc9e3ef5cf1836aa.tar.xz
zsh/zprofile: add two headers
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