diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:53:15 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:53:15 +0100 |
commit | bc961c97505ae4e181d7499b6db212f563f8b036 (patch) | |
tree | 020e73b43ed9ade8c365cbf09c01bbd9032cd7d2 /.zsh_functions/jdiary | |
parent | 463a12f5f35ff8c2d89eb4370569bd7323abd16b (diff) |
feat: move aliases to functions, because they are often less troublesome
Diffstat (limited to '.zsh_functions/jdiary')
-rw-r--r-- | .zsh_functions/jdiary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_functions/jdiary b/.zsh_functions/jdiary new file mode 100644 index 0000000..e02ea85 --- /dev/null +++ b/.zsh_functions/jdiary @@ -0,0 +1,2 @@ +vim ~/Data/personal/henk/workinprogress/Dokumente/jdiary/"$(date +%F ${*:+--date="$*"})".otl + |