Add defaults in "def/"
This commit is contained in:
parent
9f079b6d0d
commit
1338d97dc4
2 changed files with 11 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
2.5
|
|
11
def/defaults.sh
Normal file
11
def/defaults.sh
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
:<<'info'
|
||||||
|
shellnotes - defaults.sh
|
||||||
|
(C) Dimitris Marakomihelakis
|
||||||
|
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||||||
|
in /docs/github/ for its full text.
|
||||||
|
info
|
||||||
|
|
||||||
|
NOTES_EDITOR="$(eval cat ~/.shellnotes/util/sd/sd-input1.txt)"
|
||||||
|
QUICK_NOTES_EDITOR="$(eval cat ~/.shellnotes/util/sd/sd-input2.txt)"
|
||||||
|
DEFAULT_PATH="$(eval echo $(cat ~/.shellnotes/util/sd/sd-input3.txt))"
|
||||||
|
|
Loading…
Reference in a new issue