update todo alias

This commit is contained in:
2024-03-20 10:32:34 +03:00
parent 5b742b7366
commit 014e5f3e65

View File

@@ -23,7 +23,7 @@ newgo() {
}
todo() {
$EDITOR ~/.local/todo.txt
nvim ~/.local/todo.txt -c "norm G"
}
declare -A aliases=(