first commit

This commit is contained in:
Jesús
2021-02-10 13:52:52 -05:00
commit 7e95c3b667
46 changed files with 3161 additions and 0 deletions

8
.bash_profile Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
#
# "$HOME/.bash_profile"
# shellcheck disable=SC1090
if [ -f "$HOME/.bashrc" ]
then
source "$HOME/.bashrc"
fi