This website requires JavaScript.
Explore
Help
Sign In
sneak
/
hacks
Watch
1
Star
0
Fork
You've already forked hacks
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
59ce7bd47a
hacks
/
homedir.skel
/
.bashrc
6 lines
109 B
Bash
Raw
Blame
History
if
[
[
-d ~/.local/bashrc.d
]
]
;
then
for
FN in ~/.local/bashrc.d/*.sh
;
do
source
$FN
done
fi
Reference in New Issue
View Git Blame
Copy Permalink