diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-12 00:24:21 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-12 01:25:51 +0100 |
commit | 786efb4a1be4f68c1901221b8aa6121e715cb2b2 (patch) | |
tree | ea2802c69c372da7798c5d003cedd5da613618fe /zsh/.zprofile | |
parent | 3c42aab2e9c4d1517b643a7ac20774394a90a191 (diff) | |
download | dotfiles-786efb4a1be4f68c1901221b8aa6121e715cb2b2.tar.xz |
zprofile: Add GALE_DIR
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index b0c45dc..0ef9daf 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -8,6 +8,7 @@ export XDG_DATA_HOME="$HOME"/.local/share # Program homedir overrides export MPV_HOME="$XDG_CONFIG_HOME"/mpv export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg +export GALE_DIR="$XDG_CONFIG_HOME"/gale # Config overrides export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 |