fish.todo: restart shell on edit

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

View file

@ -95,6 +95,7 @@ in
end
function edit-todo
hx ~/sync/todo.txt
exec $SHELL
end
'';
programs.alacritty.enable = true;