summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 993d83b..2a33e09 100644
--- a/.profile
+++ b/.profile
@@ -32,4 +32,8 @@ if command -v ruby >/dev/null 2>&1; then
fi
## Jupyter lab.
+export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
+
+ ## iPython.
+export IPYTHONDIR=$HOME/.config/ipython