Commit for generation 60
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user