diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..12fe5b8 --- /dev/null +++ b/.bashrc @@ -0,0 +1,3 @@ +# Where the shell has functions added and loads other stuff related to our code snippets +# Usually not empty and normally generated initially by your linux distro +# Any stuff in here can be appended to a existing .bashrc file diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..d926bea --- /dev/null +++ b/NOTES @@ -0,0 +1,4 @@ +# NOTES + +Just a few notes. The bin directory is where all the various scripts will actually be loacated. +The main .bashrc will be used to hook in the custom functions and setup code.