We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960bd52 commit df6875cCopy full SHA for df6875c
notes
@@ -27,7 +27,7 @@ new-note() {
27
}
28
29
edit-note() {
30
- emacs $NOTES_DIR/$1.txt
+ ${EDITOR:-emacs} $NOTES_DIR/$1.txt
31
32
33
archive-note() {
0 commit comments