dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 677e837b1d4cc9857d9174a814d027eedcecdaf1
parent 0fa6c4fa894bc90c5abbeadee422bd28ba7a48e7
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Sun, 15 Feb 2026 01:42:17 -0600

note taking'

Diffstat:
Mbashrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bashrc b/bashrc @@ -216,7 +216,7 @@ alias print-today="date +%Y-%m-%d" message() { ( - cd "/home/andrew/gitRepos/personal-notes/" || exit + cd "/home/andrew/gitRepos/" || exit mkdir -p notes/messages/$1 vim "notes/messages/$1/$2.md" ) @@ -224,7 +224,7 @@ message() { today() { ( - cd "/home/andrew/gitRepos/personal-notes/" || exit + cd "/home/andrew/gitRepos/" || exit YESTERDAY=$(date -d "1 day ago" +%Y-%m-%d) TODAY=$(date +%Y-%m-%d) mkdir -p notes/daily