diff options
author | Camil Staps | 2020-05-14 12:18:09 +0200 |
---|---|---|
committer | Camil Staps | 2020-05-14 12:18:09 +0200 |
commit | 35ddfca60dc81edaee34d8ba6c5ea89cad35a55b (patch) | |
tree | 1fe1b6ab12be0899711cb26d2115c213a68d21be /system/.profile | |
parent | Vim: fix highlight color of SignColumn after changes in vim-gitgutter (diff) |
Clean: viia has been moved; use lib/exe instead of exe as CLEANLIB
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index 1560bc7..71cc55c 100644 --- a/system/.profile +++ b/system/.profile @@ -1,5 +1,5 @@ export CLEAN_HOME=/opt/clean -export CLEANLIB=$CLEAN_HOME/exe +export CLEANLIB=$CLEAN_HOME/lib/exe export PATH="/usr/local/texlive/2020/bin/x86_64-linux:$PATH" export PATH="/sbin:$PATH" |