This website requires JavaScript.
Explore
Help
Sign In
penguincoder
/
bare-dotfiles
Archived
Watch
1
Star
0
Fork
You've already forked bare-dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2021-04-14
. You can view files and clone it, but cannot push or open issues/pull-requests.
cffe71ed45
bare-dotfiles
/
bin
/
kerl.setup.bash
2 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
test for file existence before sourcing
2019-01-01 18:10:46 -05:00
test
-s
"
$HOME
/.kerl/installs/21.0/activate
"
&&
source
"
$HOME
/.kerl/installs/21.0/activate
"