From bb8c40d8b63a3f89287d4737bf8ccc261783d3de Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Fri, 24 Feb 2023 15:45:05 -0500 Subject: [PATCH] turn off todo --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 8d91f00..349b5bd 100644 --- a/.zshrc +++ b/.zshrc @@ -38,7 +38,7 @@ alias v="nvim" #devleopment variables TMUX_CONFIG="~/.config/tmux/.tmux.conf" -TODO_ON_CLEAR=true +TODO_ON_CLEAR=false #upgrade the commands alias cat="bat" @@ -97,5 +97,5 @@ _bb_tasks() { } compdef _bb_tasks bb -tail -n 10 ~/todo +#tail -n 10 ~/todo eval "$(starship init zsh)"