my_config/.zshrc.d/todo.zsh

8 lines
79 B
Bash
Raw Normal View History

#!/bin/sh
#
if [ -r ~/todo.txt ]; then
2023-09-04 20:58:35 +02:00
echo
echo
cat ~/todo.txt
fi