diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-03 23:17:32 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-03 23:17:32 +0100 |
commit | 05507588f3cb1c7e263475d8a140342f5b63bc86 (patch) | |
tree | 5d53c0d57df4ba620a34ff16c70efaeee92f2fa7 /.zshrc | |
parent | 7cb2bb2ceaa7fcf46a81ac6710d7dc5d0e18c526 (diff) |
tex stuff should look for a conf in my home
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ export SAVEHIST=1000000000 export ANSIBLE_NOCOWS=1 export ANSIBLE_STRATEGY=mitogen_linear +export TEXMFCNF=${HOME}/.texlive: + # what is that for exactly? maybe taskwarrior? or timewarrior? REPORTTIME=10 |