nix/module/common/bash/module/Todo.sh

5 lines
61 B
Bash
Raw Normal View History

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