Notes added, initial .bashrc and bin folder created

This commit is contained in:
kake26 2021-09-23 12:35:11 -05:00
parent ed6bbdd658
commit f855eda89f
2 changed files with 7 additions and 0 deletions

3
.bashrc Normal file
View file

@ -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

4
NOTES Normal file
View file

@ -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.