new file:   .aider.chat.history.md
This commit is contained in:
Per Stark
2024-09-18 12:29:27 +02:00
parent 303ddc5811
commit a3a1cdd9e5
43 changed files with 5419 additions and 97 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/p/repos/zettle_db" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/p/repos/zettle_db")"
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
exit 1
fi
# rebuild the cache forcefully
_nix_direnv_force_reload=1 direnv exec "/home/p/repos/zettle_db" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/p/repos/zettle_db/.envrc"
# Also update the timestamp of whatever profile_rc we have.
# This makes sure that we know we are up to date.
touch -r "/home/p/repos/zettle_db/.envrc" "/home/p/repos/zettle_db/.direnv"/*.rc