Bash : Add manual entrance.
This commit is contained in:
parent
fc3d8aece8
commit
1f2f717b2b
3
.Bashrc
Normal file
3
.Bashrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
for file in ~/.config/linux/system/module/common/bash/module/*; do
|
||||
source ${file}
|
||||
done
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,9 @@
|
|||
# Bootstrap.
|
||||
!/.Bootstrap.sh
|
||||
|
||||
# Manual shell entrance.
|
||||
!/.Bashrc
|
||||
|
||||
# Readme.
|
||||
!/.README.md
|
||||
|
||||
|
|
Reference in a new issue