Bash : Add manual entrance.

This commit is contained in:
Dmitry Voronin 2024-02-25 03:14:32 +03:00
parent fc3d8aece8
commit 1f2f717b2b
2 changed files with 6 additions and 0 deletions

3
.Bashrc Normal file
View file

@ -0,0 +1,3 @@
for file in ~/.config/linux/system/module/common/bash/module/*; do
source ${file}
done

3
.gitignore vendored
View file

@ -3,6 +3,9 @@
# Bootstrap. # Bootstrap.
!/.Bootstrap.sh !/.Bootstrap.sh
# Manual shell entrance.
!/.Bashrc
# Readme. # Readme.
!/.README.md !/.README.md