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
eb0549a511
hacks
/
provision.workbox
/
homedir.skel
/
.profile
6 lines
111 B
Bash
Raw
Blame
History
if
[
[
-d ~/.local/profile.d
]
]
;
then
for
FN in ~/.local/profile.d/*.sh
;
do
source
$FN
done
fi
Reference in New Issue
View Git Blame
Copy Permalink