From bef00325cb5726f09d358344e7c23e3eab3d80ac Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 25 Feb 2021 09:33:51 +0100 Subject: Added zcompdup, xmonad, ipython and jupyter support for XDG dirs --- config/zsh/zprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/zsh/zprofile') diff --git a/config/zsh/zprofile b/config/zsh/zprofile index bd9c23b..1713b9e 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -15,9 +15,14 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" # config +export XMONAD_CONFIG_HOME="$XDG_CONFIG_HOME" +export XMONAD_DATA_HOME="$XDG_DATA_HOME" +export XMONAD_CACHE_HOME="$XDG_CACHE_HOME" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' +export IPYTHONDIR="$XDG_CONFIG_HOME/ipython" +export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter" # data export GNUPGHOME="$XDG_DATA_HOME/gnupg" export GOPATH="$XDG_DATA_HOME/go" -- cgit