Skip to content

Commit 1ec25b7

Browse files
committed
Add ls autocompletion
1 parent 7a6168f commit 1ec25b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notes.bash_completion

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ _notes()
4848
cat|c)
4949
_notes_complete_notes "$cur"
5050
;;
51+
ls)
52+
_notes_complete_notes "$cur"
53+
;;
5154
esac
5255
else
5356
compopt +o nospace

0 commit comments

Comments
 (0)