gitignore

This commit is contained in:
Danilo Reyes 2024-12-05 12:57:50 -06:00
parent bae08a3a92
commit 9bb0301aa2
5 changed files with 2 additions and 2024 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
*.log *.log
.direnv
activity_log.db

View File

@ -1,19 +0,0 @@
#!/usr/bin/env bash
set -e
if [[ ! -d "/home/jawz/Development/Scripts/tuhmayto" ]]; then
echo "Cannot find source directory; Did you move it?"
echo "(Looking for "/home/jawz/Development/Scripts/tuhmayto")"
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/jawz/Development/Scripts/tuhmayto" true
# Update the mtime for .envrc.
# This will cause direnv to reload again - but without re-building.
touch "/home/jawz/Development/Scripts/tuhmayto/.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/jawz/Development/Scripts/tuhmayto/.envrc" "/home/jawz/Development/Scripts/tuhmayto/.direnv"/*.rc

View File

@ -1 +0,0 @@
/nix/store/l0a5irlx6dqq5v2ix8q9y4ccgwql60sm-nix-shell-env

File diff suppressed because it is too large Load Diff

Binary file not shown.