diff --git a/notes.sh b/notes.sh index 6b65c35..8550cb7 100755 --- a/notes.sh +++ b/notes.sh @@ -53,8 +53,8 @@ function main() { ;; # DIR: open directory - dir|d) - editFile "${notes_dir}/README.md" + dir) + vim -c "lcd $notes_dir" ;; # SYNC: Sync notes directory with remote