annual dotfiles push
This commit is contained in:
parent
5076968086
commit
7f3c29f8f3
12 changed files with 330 additions and 97 deletions
8
.local/bin/scripts/t
Executable file
8
.local/bin/scripts/t
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -f todo.md ] && exec vi todo.md
|
||||
[ -f TODO.md ] && exec vi TODO.md
|
||||
[ -z "$1" ] && exec vi ~/todo.md
|
||||
|
||||
[ -f "$1/todo.md" ] && exec vi "$1/todo.md"
|
||||
exec vi "$1/TODO.md"
|
||||
Loading…
Add table
Add a link
Reference in a new issue