Add Jupyter directory environment variable

master
Hektor Misplon 2022-05-11 01:17:33 +02:00
parent c3840e1edc
commit 2594397c92
1 changed files with 3 additions and 0 deletions

View File

@ -55,5 +55,8 @@ export NVM_DIR="$HOME/.nvm"
# X11 # X11
export XDG_SESSION_TYPE=X11 export XDG_SESSION_TYPE=X11
# Jupyter
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
# Ellipsis when deep in directory # Ellipsis when deep in directory
export PROMPT_DIRTRIM=2 export PROMPT_DIRTRIM=2