aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.profile b/.profile
index 4de88c8..e41354d 100755
--- a/.profile
+++ b/.profile
@@ -10,6 +10,14 @@ then
fi
fi
+TODAY_DIR="${XDG_DATA_HOME:-"${HOME}/.local/share"}/today"
+TODAY_SUFFIX=".md"
+TODAY_CMD="nvim -c 'above sp $(printf '%s/todo%s\n' "$TODAY_DIR" "$TODAY_SUFFIX")' -c \"tabe \$TODAY_DIR\" -c 'tabr' \"\$TODAY_FILE\""
+
+export TODAY_CMD
+export TODAY_DIR
+export TODAY_SUFFIX
+
DENO_INSTALL="$HOME/.deno"
# https://github.com/denoland/deno/pull/15974
DENO_NO_UPDATE_CHECK="yes"