Skip to content

Commit 6ec20fb

Browse files
handle spaces in notes directory
1 parent ca8f33a commit 6ec20fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ open_note() {
167167
local note_path=$1
168168

169169
if [[ -z "$note_path" ]]; then
170-
open $notes_dir
170+
open "$notes_dir"
171171
return
172172
fi
173173

0 commit comments

Comments
 (0)