You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aruba console uses its own history file. I don't think it should.
Expected Behavior
History for aruba console should be appended to the general IRB history.
Current Behavior
Aruba console stores its history in ~/.aruba_history.
Possible Solution
Remove the code setting the relevant IRB options, as well as Aruba's configuration option.
Context & Motivation
Having this history separate makes it harder to re-use existing history from general IRB use. Other special-purpose consoles (e.g., rails console) also do not keep a separate history.
The text was updated successfully, but these errors were encountered:
Summary
Aruba console uses its own history file. I don't think it should.
Expected Behavior
History for aruba console should be appended to the general IRB history.
Current Behavior
Aruba console stores its history in
~/.aruba_history
.Possible Solution
Remove the code setting the relevant IRB options, as well as Aruba's configuration option.
Context & Motivation
Having this history separate makes it harder to re-use existing history from general IRB use. Other special-purpose consoles (e.g.,
rails console
) also do not keep a separate history.The text was updated successfully, but these errors were encountered: