Delete shellnotes.sh
This commit is contained in:
parent
839bc273c8
commit
ce08e30b75
1 changed files with 0 additions and 32 deletions
|
@ -1,32 +0,0 @@
|
|||
|
||||
|
||||
#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).
|
||||
|
||||
#The lines below must NOT be changed.
|
||||
export DIR="$(pwd)"
|
||||
|
||||
. ~/.shellnotes/whatsnew.sh
|
||||
|
||||
. ~/.shellnotes/util/getv.sh
|
||||
. ~/.shellnotes/def/defaults.sh
|
||||
. ~/.shellnotes/util/ChMkDir.sh
|
||||
. ~/.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/notewc.sh
|
||||
. ~/.shellnotes/util/notegrep.sh
|
||||
|
||||
|
||||
|
||||
. ~/.shellnotes/util/shellnotes.sh
|
||||
. ~/.shellnotes/util/.hidden/.clearlogs.sh
|
||||
. ~/.shellnotes/util/.hidden/.resetshellnotes.sh
|
||||
|
||||
|
Loading…
Reference in a new issue