deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Set default history file to ~/.byebug_history #693

Closed sergioro9 closed 4 years ago

sergioro9 commented 4 years ago

Put history file in home directory. Instead of having many local ./.byebug_history files, a central ~/.byebug_history file allows to retreive the history independently from the current directory.

sergioro9 commented 4 years ago

Sorry I made pull request from wrong branch