From 2594397c92164d4b4f16835e97256750d3a0901f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 11 May 2022 01:17:33 +0200 Subject: [PATCH] Add Jupyter directory environment variable --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index c29ec47..f77e0b3 100644 --- a/.bashrc +++ b/.bashrc @@ -55,5 +55,8 @@ export NVM_DIR="$HOME/.nvm" # X11 export XDG_SESSION_TYPE=X11 +# Jupyter +export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab + # Ellipsis when deep in directory export PROMPT_DIRTRIM=2