From 71da06bbbd1fc860757fc3d6ecb46d70fb6e4f67 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 24 Feb 2023 22:13:34 -0500 Subject: [PATCH] disable todo --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 349b5bd..4f37db5 100644 --- a/.zshrc +++ b/.zshrc @@ -57,7 +57,7 @@ alias zj="zellij" alias o="rg --files . | fzf | xargs nvim" #being lazy alias r="ranger" -alias c='clear; $TODO_ON_CLEAR && tail -n 10 ~/todo' +alias c='clear' #; $TODO_ON_CLEAR && tail -n 10 ~/todo' #todo things alias todooff="TODO_ON_CLEAR=false"