todos: change filename

This commit is contained in:
Daniella / Tove 2024-11-03 00:11:00 +01:00
parent 2aaefc23f1
commit 160ee8f7fa
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -2,6 +2,6 @@ with import <nixpkgs> {};
pkgs.writeShellScriptBin "todos" ''
#!/bin/sh
file=~/sync/todos.txt plans-backend $@
file=~/sync/todo.txt plans-backend $@
''