fish.todo: add color

This commit is contained in:
Daniella / Tove 2024-10-22 00:09:50 +02:00
parent 5579f41e39
commit e2aeda9fc2
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -85,8 +85,11 @@ in
end
if status is-interactive
if [ -e ~/sync/todo.txt ]
set_color blue
echo "> Your TODOs from ~/sync/todo.txt:"
set_color brblue
cat ~/sync/todo.txt
set_color normal
echo
end
end