summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 5d1685a..fbd6399 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -250,6 +250,14 @@ mn() { # make note
nvim "$HOME/docs/wr/$1"
}
+mkdream() { # make dream record
+ if [ -z $1 ] ; then DT="yesterday" else DT="$1" fi
+ mkdir -p "$HOME/docs/wr/dream"
+ nvim "$HOME/docs/wr/dream/D$(date --iso-8601 -d $DT).txt"
+}
+
+
+
autoload -Uz compinit
compinit
# End of lines added by compinstall