Commit for generation 60

This commit is contained in:
2024-09-25 01:55:04 -04:00
parent ea363e7ae9
commit 828b388f79

View File

@@ -210,7 +210,7 @@ nixswitch() {
journal() { journal() {
# journal for keeping track of stuff I do that isn't declared in my nix config # journal for keeping track of stuff I do that isn't declared in my nix config
[ ! -f "$HOME/loose_ends" ] && touch "$HOME/loose_ends" [ ! -f "$HOME/loose_ends" ] && touch "$HOME/loose_ends"
echo "$1" >> "$HOME/loose_ends" echo "$(date) - $1" >> "$HOME/loose_ends"
} }
''; '';