commit 6fc7e63aa02f133899edf06af5d37da3c9dcb3ee parent 2564c054f1069e8c76bab92e4e8e811d8f246a34 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Thu, 18 Feb 2016 15:00:17 -0800 use local todo file Diffstat:
M | bin/todo.sh | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/todo.sh b/bin/todo.sh @@ -1,4 +1,7 @@ #!/bin/sh # Edit central todo-file by ssh -ssh -t -p 12344 adc@susanoganders.dk 'screen -rd todo' +#ssh -t -p 12344 adc@susanoganders.dk 'screen -rd todo' + +# Edit local todo-file +nvim ~/doc/todo.md