Teach ipython to use XDG base dirs

This commit is contained in:
Kenneth Benzie 2021-06-17 22:32:59 +01:00
parent a7a8d7da8f
commit 4561adf530

1
zshenv
View File

@ -81,6 +81,7 @@ which pinentry-curses &> /dev/null && \
export LPASS_PINENTRY=pinentry-curses export LPASS_PINENTRY=pinentry-curses
# Teach these some XDG Base Directory Spec manners # Teach these some XDG Base Directory Spec manners
export IPYTHONDIR=$HOME/.config/ipython
which cargo &> /dev/null && \ which cargo &> /dev/null && \
export CARGO_HOME=$HOME/.local/share/cargo export CARGO_HOME=$HOME/.local/share/cargo
if which ccache &> /dev/null; then if which ccache &> /dev/null; then