summaryrefslogtreecommitdiff
path: root/dev-ruby/chruby/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/chruby/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/chruby/files')
-rw-r--r--dev-ruby/chruby/files/systemwide.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-ruby/chruby/files/systemwide.sh b/dev-ruby/chruby/files/systemwide.sh
deleted file mode 100644
index e7859dfd8971..000000000000
--- a/dev-ruby/chruby/files/systemwide.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then
- source /usr/share/chruby/chruby.sh
-
- # If you want chruby to auto-switch the `.ruby-version` of Ruby when you
- # cd between your different projects, uncomment following line:
- #source /usr/share/chruby/auto.sh
-fi