2021-05-01 17:51:09 +02:00
|
|
|
#!/bin/zsh
|
2020-12-11 10:27:59 +01:00
|
|
|
|
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
#The first line is the user's default shell found during installation process.
|
|
|
|
#Warning! If you don't have gedit(text editor) or nano installed, you may have to change the default text editor (lines 10, 25, 40).
|
2020-12-11 10:27:59 +01:00
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
#The lines below must NOT be changed.
|
2021-04-19 21:20:01 +02:00
|
|
|
DIR="$(pwd)"
|
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
. ~/.shellnotes/util/getv.sh
|
|
|
|
. ~/.shellnotes/def/defaults.sh
|
|
|
|
. ~/.shellnotes/util/ChMkDir.sh
|
2020-12-11 10:27:59 +01:00
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
. ~/.shellnotes/util/readnote.sh
|
|
|
|
. ~/.shellnotes/util/quickread.sh
|
|
|
|
. ~/.shellnotes/util/quicknote.sh
|
|
|
|
. ~/.shellnotes/util/newnote.sh
|
|
|
|
. ~/.shellnotes/util/delnote.sh
|
|
|
|
. ~/.shellnotes/util/listnotes.sh
|
|
|
|
. ~/.shellnotes/util/findnote.sh
|
|
|
|
. ~/.shellnotes/util/findmisplacednote.sh
|
|
|
|
. ~/.shellnotes/util/renamenote.sh
|
|
|
|
. ~/.shellnotes/util/noteinfo.sh
|
2021-05-01 17:51:09 +02:00
|
|
|
. ~/.shellnotes/util/notegrep.sh
|
|
|
|
|
2021-01-01 21:05:16 +01:00
|
|
|
|
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
. ~/.shellnotes/util/shellnotes.sh
|
2021-01-01 21:05:16 +01:00
|
|
|
|
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
. ~/.shellnotes/util/.hidden/.clearlogs.sh
|
|
|
|
. ~/.shellnotes/util/.hidden/.resetshellnotes.sh
|
2021-01-01 21:05:16 +01:00
|
|
|
|
2021-01-16 18:48:47 +01:00
|
|
|
|
2021-04-03 11:00:26 +02:00
|
|
|
. ~/.shellnotes/util/syntax/.logsyntax.sh
|
|
|
|
. ~/.shellnotes/util/syntax/.copr.sh
|
|
|
|
. ~/.shellnotes/util/syntax/.dir.sh
|
|
|
|
. ~/.shellnotes/util/syntax/.me.sh
|
|
|
|
. ~/.shellnotes/util/syntax/.dir.sh
|
|
|
|
. ~/.shellnotes/util/syntax/.param.sh
|