comparison rc/irbrc @ 736:3281fed2e242

Use xdg (.config) path instead of top home directory
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 03:13:02 +0900
parents 6faa6995937f
children
comparison
equal deleted inserted replaced
735:9ad5a65b1c7e 736:3281fed2e242
1 IRB.conf[:SAVE_HISTORY] = 20000 1 IRB.conf[:SAVE_HISTORY] = 20000
2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" 2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.config/irb/history"
3 IRB.conf[:USE_AUTOCOMPLETE] = false 3 IRB.conf[:USE_AUTOCOMPLETE] = false
4 IRB.conf[:USE_MULTILINE] = false 4 IRB.conf[:USE_MULTILINE] = false