diff --git a/home/private_dot_config/zsh/dot_zshrc b/home/private_dot_config/zsh/dot_zshrc index c6fb524..2a22fad 100644 --- a/home/private_dot_config/zsh/dot_zshrc +++ b/home/private_dot_config/zsh/dot_zshrc @@ -61,4 +61,4 @@ fi # Source your static plugins file. source $zsh_plugins -(( $+commands[todo] )) && todo show -s +(( $+commands[todo] )) && is-tty || todo show -s