]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: put jupyter and ipython in XDG base dirs
[config.org.git] / 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)"
-  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