FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rules_ruby/.envrc at develop · bazelruby/rules_ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bazelruby
/
rules_ruby
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
99
Code
Issues
18
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
rules_ruby
/
.envrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (9 loc) · 214 Bytes
Breadcrumbs
rules_ruby
/
.envrc
Copy path
File metadata and controls
12 lines (9 loc) · 214 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#
vi: ft=sh
PATH_add bin
[[
-n
$(
command -V brew
)
]]
&&
{
completion=
"
$(
brew --prefix
)
/etc/bash_completion
"
[[
-f
"
${completion}
"
]]
&&
{
echo
"
Loading bash completion
"
source
"
${completion}
"
}
}
Back
|
FazBrowse Home
|
New Git URL