nix/module/common/bash/module/Todo.sh
2024-03-04 03:04:57 +03:00

5 lines
61 B
Bash

# Open `~/.todo.md` file.
function todo() {
vi ~/.todo.md
}