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 /clean/bin | |
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 'clean/bin')
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 1 insertions, 1 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" |