From ed6359fbd8339acdf61133791bc6c6b3d9565a70 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 28 Jun 2021 19:43:48 -0400 Subject: [PATCH] ash: put jupyter and ipython in XDG base dirs --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 4975fed..a3dde7b 100644 --- a/config.org +++ b/config.org @@ -889,9 +889,11 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac **** General program configs #+begin_src shell :tangle ~/.config/ash/ashrc export GPG_TTY="$(tty)" - export GNUPGHOME="~/.local/share/gnupg" - export GOPATH="~/.local/share/go" + export GNUPGHOME="$HOME/.local/share/gnupg" + export GOPATH="$HOME/.local/share/go" + export JUPYTER_CONFIG_DIR="$HOME/.config/jupyter" + export IPYTHON_DIR="$HOME/.local/share/ipython" export PAGER='less' export GTK_USE_PORTAL=1 -- 2.39.2