From a4d31650c53c2d355021cf555935dcce9bb9ab70 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 15 Sep 2021 02:07:28 -0700 Subject: [PATCH] Modified todo alias. Make the todo file into a symlink file that points to the actual todo file, in whatever format you want it to be now. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ac37624..f8ea0c1 100644 --- a/.zshrc +++ b/.zshrc @@ -87,7 +87,7 @@ alias \ nvc="(cd ~/.config/nvim && nvim)" \ zshrc="$EDITOR ~/.zshrc" \ - todo="$EDITOR ~/todo.md" \ + todo="$EDITOR ~/todo" \ fstab="sudo $EDITOR /etc/fstab" \ # Git cLONE