turn off todo

This commit is contained in:
Adam Jeniski 2023-02-24 15:45:05 -05:00 committed by Adam
parent 518f283bcb
commit bb8c40d8b6

4
.zshrc
View File

@ -38,7 +38,7 @@ alias v="nvim"
#devleopment variables #devleopment variables
TMUX_CONFIG="~/.config/tmux/.tmux.conf" TMUX_CONFIG="~/.config/tmux/.tmux.conf"
TODO_ON_CLEAR=true TODO_ON_CLEAR=false
#upgrade the commands #upgrade the commands
alias cat="bat" alias cat="bat"
@ -97,5 +97,5 @@ _bb_tasks() {
} }
compdef _bb_tasks bb compdef _bb_tasks bb
tail -n 10 ~/todo #tail -n 10 ~/todo
eval "$(starship init zsh)" eval "$(starship init zsh)"