This website requires JavaScript.
Explore
Help
Sign in
pim
/
setup
Archived
Watch
1
Star
1
Fork
You've already forked setup
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-04-30
. You can view files and clone it, but cannot push or open issues or pull requests.
1dca49afef
setup
/
roles
/
bash
/
files
/
bashrc
2 lines
43 B
Bash
Raw
Normal View
History
Unescape
Escape
add modular bashrc
2023-03-04 13:28:09 +00:00
for
f in ~/.bashrc.d/*
;
do
source
$f
;
done
Reference in a new issue
Copy permalink