diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:37:02 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:37:02 +0530 |
| commit | b19b787b7becca59afd33d5f452013899d47400e (patch) | |
| tree | d36b023d29cc63912e086ff0a9ee613cdaa9c010 | |
| parent | 040a438f9f9c8440059ab2a66d32a64ed428dac7 (diff) | |
add JUPYTER_PLATFORM_DIRS in zprofile
| -rw-r--r-- | .config/newsboat/urls | 1 | ||||
| -rw-r--r-- | .config/shell/profile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 97ad9f6..606664a 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -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 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" |
