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 | |
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
-rwxr-xr-x | clean/bin/install_clean | 2 | ||||
-rw-r--r-- | system/.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index ba69b27..847834e 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -27,7 +27,7 @@ done grep -h '^[[:space:]]' "$CLEAN_HOME"/etc/*.env >> "$CLEAN_HOME/etc/IDEEnvs" cat ~/.clean/iTasksDev.env >> "$CLEAN_HOME/etc/IDEEnvs" -tail -n +3 ~/projects/top/vm/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" +tail -n +3 ~/projects/viia/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs" ln -s lib/exe "$CLEAN_HOME/exe" 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" |