Skip to content

Commit

Permalink
handle spaces in notes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Robertson committed Oct 19, 2017
1 parent ca8f33a commit 6ec20fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ open_note() {
local note_path=$1

if [[ -z "$note_path" ]]; then
open $notes_dir
open "$notes_dir"
return
fi

Expand Down

0 comments on commit 6ec20fb

Please sign in to comment.