fish.todo: add edit-todo function

This commit is contained in:
Daniella / Tove 2024-10-22 00:13:52 +02:00
parent e2aeda9fc2
commit 158497d502
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -93,6 +93,9 @@ in
echo echo
end end
end end
function edit-todo
hx ~/sync/todo.txt
end
''; '';
programs.alacritty.enable = true; programs.alacritty.enable = true;
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */ /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */