ruby-shell 3.6.8 → 3.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rsh +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00cad244ed4045544cd6acffac1799a77064c1815ac27a9a3fc1bb016d902e13
4
- data.tar.gz: 5efc98a00cbfc393a4dd3db8cfb6f1342c8e3470f8a41920aa42c1b6a8b78caf
3
+ metadata.gz: a1db1bd4df1311c6cdb38713235f40812df4ddc394e55b69154a9d7e04ee4510
4
+ data.tar.gz: f8c8ad429df098fc6302147ed076d5d1b54dd7a6e444f84bc8da5e0d3533a9c3
5
5
  SHA512:
6
- metadata.gz: 3f7c5528555838aa159519eb60c9311206d1817c350930f86d179c15774170efed7690b08d048c2c5eb16a899376adfe1687577436fffc2204bc45fd0d067dec
7
- data.tar.gz: d7a848b917003e8a7449f09d48d3f9cba04b0f400d36a92b9388d24dd7390a915ac097e9bf12b7d7f51b82251dfd386bbece7cca039f977f7eb3b047085792fc
6
+ metadata.gz: 00a70c8120e62e9c8174bf646764720fb2840d1ef7316484c132ed8a5eaed4a490851079f8eb797f73aa5688cb5409d116038452045ce1e7738b6b4e4bcceb7b
7
+ data.tar.gz: d0a957a16d247081b9a071752988d4181fb666cfe6ad0ea4ddebac9a7e65b61d5018c4558c679daff0256e9e579158bb15458f4e2c208bfdc44f3faf3cb4ef61
data/bin/rsh CHANGED
@@ -8,7 +8,7 @@
8
8
  # Web_site: http://isene.com/
9
9
  # Github: https://github.com/isene/rsh
10
10
  # License: Public domain
11
- @version = "3.6.8" # Fix: cd now works in && chained commands
11
+ @version = "3.6.9" # Don't override TERM - let terminal set it
12
12
 
13
13
  # MODULES, CLASSES AND EXTENSIONS
14
14
  class String # Add coloring to strings (with escaping for Readline)
@@ -3556,7 +3556,7 @@ begin # Load .rshrc and populate @history
3556
3556
  end
3557
3557
  end
3558
3558
  ENV["SHELL"] = __FILE__
3559
- ENV["TERM"] = "rxvt-unicode-256color"
3559
+ # Don't override TERM - let terminal set it
3560
3560
  ENV["PATH"] ? ENV["PATH"] += ":" : ENV["PATH"] = ""
3561
3561
  ENV["PATH"] += "/home/#{@user}/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
3562
3562
  # Load actual LS_COLORS from file (now that @lscolors is set from .rshrc)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.8
4
+ version: 3.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -12,7 +12,7 @@ date: 2026-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'A shell written in Ruby with extensive tab completions, aliases/nicks,
14
14
  history, syntax highlighting, theming, auto-cd, auto-opening files and more. UPDATE
15
- v3.6.8: Fix cd in chained commands - cd now works correctly with && and || operators.'
15
+ v3.6.9: Don''t override TERM variable - let terminal emulator set it correctly.'
16
16
  email: g@isene.com
17
17
  executables:
18
18
  - rsh