add JUPYTER_PLATFORM_DIRS in zprofile
This commit is contained in:
parent
040a438f9f
commit
b19b787b7b
|
|
@ -15,3 +15,4 @@ https://krolyxon.github.io/blog/index.xml
|
|||
https://lukesmith.xyz/rss.xml
|
||||
https://landchad.net/rss
|
||||
https://togglebit.io/atom.xml
|
||||
https://ben.page/rss
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue