Skip to content

Commit bb75085

Browse files
authored
Change new command auto completion
1 parent ad4eb34 commit bb75085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_notes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ _notes ()
6262
_alternative 'sub-commands:files:__notes_cmd' && _ret=0
6363
elif (($CURRENT == 3)); then
6464
case $words[2] in
65-
open|rm|new)
65+
open|rm)
6666
_path_files -W "${note_dir}" && _ret=0;;
67-
ls)
67+
new|ls)
6868
_path_files -W "${note_dir}" -/ && _ret=0;;
6969
esac
7070
fi

0 commit comments

Comments
 (0)