diff options
Diffstat (limited to '.bash_profile')
-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" |