fish.todo: add color
This commit is contained in:
parent
5579f41e39
commit
e2aeda9fc2
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue