summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-02 19:51:40 +0100
committerself <george@gabbott.dev>2022-07-02 19:51:40 +0100
commit833a7dbf309ebdc019de344a0204cfd942f77970 (patch)
treec9c595fb272bfcb5132482f69d49098b7c7c04cb /zsh
parent295bfae7acc1fd0ef2b01acd6f22603b7d8d364f (diff)
Changed filename for mer, yer
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0f36be9..9159b5a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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