]> git.armaanb.net Git - config.org.git/commitdiff
ash: put jupyter and ipython in XDG base dirs
authorArmaan Bhojwani <me@armaanb.net>
Mon, 28 Jun 2021 23:43:48 +0000 (19:43 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 1 Jul 2021 00:06:54 +0000 (20:06 -0400)
config.org

index 4975fed4a6b5deb21ab23ad05ef99ee933f8c040..a3dde7be41328bd80ae469059a214509e594bfde 100644 (file)
@@ -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)"
 **** 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
 
   export PAGER='less'
   export GTK_USE_PORTAL=1