Skip to content

Commit fdf5f95

Browse files
committed
Fix launching editor for todo alias
1 parent 0853a4a commit fdf5f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/lib/common/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ has_cmd() {
2626
}
2727

2828
todo() {
29-
$EDITOR "$HOME/Documents/todo.md"
29+
eval $EDITOR "$HOME/Documents/todo.md"
3030
}

0 commit comments

Comments
 (0)