diff options
author | self <george@gabbott.dev> | 2022-07-02 19:51:40 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-02 19:51:40 +0100 |
commit | 833a7dbf309ebdc019de344a0204cfd942f77970 (patch) | |
tree | c9c595fb272bfcb5132482f69d49098b7c7c04cb /zsh/.zshrc | |
parent | 295bfae7acc1fd0ef2b01acd6f22603b7d8d364f (diff) |
Changed filename for mer, yer
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -205,13 +205,13 @@ holc () { # Holiday Entry mer() { # Month End Recap - TODO: get this to work just with e.g. mer 2022-01 if [ -z $1 ] ; then DT="yesterday" else DT="$1" fi mkdir -p "$HOME/docs/daily-log/$(date +%Y-%m -d $DT)" - nvim "$HOME/docs/daily-log/$(date +%Y-%m -d $DT)/L$(date +%Y-%m -d $DT) - Month End Recap.txt" + nvim "$HOME/docs/daily-log/$(date +%Y-%m -d $DT)/L$(date +%Y-%m -d $DT)-month-end-recap.txt" } yer() { # Year End Recap - TODO: see mer todos if [ -z $1 ] ; then DT="yesterday" else DT="$1" fi mkdir -p "$HOME/docs/daily-log/$(date %Y -d $DT)-12" - nvim "$HOME/docs/daily-log/$(date +%Y -d $DT)-12/$(date +%Y -d $DT) - Year End Recap.txt" + nvim "$HOME/docs/daily-log/$(date +%Y -d $DT)-12/$(date +%Y -d $DT)-year-end-recap.txt" } mn() { # make note |