todos: change filename
This commit is contained in:
parent
2aaefc23f1
commit
160ee8f7fa
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ with import <nixpkgs> {};
|
||||||
|
|
||||||
pkgs.writeShellScriptBin "todos" ''
|
pkgs.writeShellScriptBin "todos" ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
file=~/sync/todos.txt plans-backend $@
|
file=~/sync/todo.txt plans-backend $@
|
||||||
''
|
''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue