my_config/.zshrc.d/todo.zsh

8 rindas
79 B
Bash

#!/bin/sh
#
if [ -r ~/todo.txt ]; then
echo
echo
cat ~/todo.txt
fi