fish: add plans.txt
This commit is contained in:
parent
265f50c053
commit
17c8150bc9
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -93,6 +93,11 @@ in
|
|||
end
|
||||
if status is-interactive
|
||||
if [ -e ~/sync/todo.txt ]
|
||||
set_color magenta
|
||||
echo "> Plans from ~/sync/plans.txt:"
|
||||
set_color brmagenta
|
||||
cat ~/sync/plans.txt
|
||||
echo
|
||||
set_color blue
|
||||
echo "> Your TODOs from ~/sync/todo.txt:"
|
||||
set_color brblue
|
||||
|
|
Loading…
Add table
Reference in a new issue