diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:12:34 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:12:42 +0200 |
commit | 4486de676ca59aafa7717580dc9e3ef5cf1836aa (patch) | |
tree | d92f360b072666ccec3b1c57190a264ccda5341b | |
parent | b977e7ef780b1f55e93245e31da884b69b09de36 (diff) | |
download | dotfiles-4486de676ca59aafa7717580dc9e3ef5cf1836aa.tar.xz |
zsh/zprofile: add two headers
-rw-r--r-- | zsh/.zprofile | 4 |
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 |