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 b4f7cda commit 8d4ae43Copy full SHA for 8d4ae43
notes
@@ -18,6 +18,7 @@ GPGKEY=''
18
GPG_OPTS="--quiet --yes --compress-algo=none --no-encrypt-to"
19
GPG="gpg"
20
SHREDCMD="rm"
21
+EDITOR="${EDITOR:-vi}"
22
#SHREDCMD="shred"
23
24
#
@@ -389,7 +390,7 @@ cmd_find () {
389
390
391
cmd_insert () {
392
theoptions="$@"
- myoptions="${theoptions// /_}"
393
+ myoptions="`echo ${theoptions} | tr ' ' '_'`"
394
case $PROGRAM in
395
"notes") echo my options = ${myoptions} ; note_add $myoptions;;
396
"notebook") notebook_add $myoptions;;
0 commit comments