diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-12 08:02:07 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-12 08:02:07 +0100 |
commit | 6c0c9c26812f0f09ee454a385170e221ddc9eba2 (patch) | |
tree | 7d96bdec644c21028cd667603f7a9c24c6a19292 | |
parent | f097131864719a366506811b5f1c64eca3df07f8 (diff) |
XDG: move ~/.texlive/texmf-var
https://wiki.archlinux.org/title/XDG_Base_Directory
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index e316d2c..0f49328 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,6 +26,7 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true ${_JA export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/pythonrc" +export TEXMFVAR=$XDG_CACHE_HOME/texlive/texmf-var export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" |