From f26343fc7a3a783790f8103efc9e0b896041e6a0 Mon Sep 17 00:00:00 2001 From: PowerUser64 <blakelysnorth@gmail.com> Date: Thu, 16 Sep 2021 00:06:55 -0700 Subject: [PATCH] Added usage to todo() --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index a4f1173..751a5bd 100644 --- a/.zshrc +++ b/.zshrc @@ -157,6 +157,10 @@ } # an improved way to manage the todo list + # Usage: + # todo -- edit ~/todo + # todo [git command string] -- manage todo for easy syncing, assuming ~/todo is + # a symlink that points to a file in a git repo todo() { ( # subshell to protect against directory changes if [ -z "$@" ];then