first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-07-06 18:33:32 -04:00
commit 43a6facde9
300 changed files with 26140 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH