Notes added, initial .bashrc and bin folder created
This commit is contained in:
parent
ed6bbdd658
commit
f855eda89f
2 changed files with 7 additions and 0 deletions
3
.bashrc
Normal file
3
.bashrc
Normal 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
4
NOTES
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue