diff options
Diffstat (limited to 'bash_functions.d/tj.sh')
-rw-r--r-- | bash_functions.d/tj.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_functions.d/tj.sh b/bash_functions.d/tj.sh new file mode 100644 index 0000000..a0b6712 --- /dev/null +++ b/bash_functions.d/tj.sh @@ -0,0 +1,3 @@ +tj() { + vim ~/Notes/journal/$(date +%Y-%m-%d).md +} |