Teach ipython to use XDG base dirs
This commit is contained in:
parent
a7a8d7da8f
commit
4561adf530
1
zshenv
1
zshenv
@ -81,6 +81,7 @@ which pinentry-curses &> /dev/null && \
|
||||
export LPASS_PINENTRY=pinentry-curses
|
||||
|
||||
# Teach these some XDG Base Directory Spec manners
|
||||
export IPYTHONDIR=$HOME/.config/ipython
|
||||
which cargo &> /dev/null && \
|
||||
export CARGO_HOME=$HOME/.local/share/cargo
|
||||
if which ccache &> /dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user