diff options
Diffstat (limited to 'config/zsh/zprofile')
| -rwxr-xr-x | config/zsh/zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
