diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index dddb1f8..c5f5a20 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -25,6 +25,7 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" # export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" +export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter" # Other program settings export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" |
