From: Armaan Bhojwani Date: Mon, 28 Jun 2021 23:43:48 +0000 (-0400) Subject: ash: put jupyter and ipython in XDG base dirs X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=ed6359fbd8339acdf61133791bc6c6b3d9565a70 ash: put jupyter and ipython in XDG base dirs --- 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