diff 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
line wrap: on
line diff
--- a/rc/irbrc	Thu Jan 09 00:59:04 2025 +0900
+++ b/rc/irbrc	Thu Jan 09 03:13:02 2025 +0900
@@ -1,4 +1,4 @@
 IRB.conf[:SAVE_HISTORY] = 20000
-IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
+IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.config/irb/history"
 IRB.conf[:USE_AUTOCOMPLETE] = false
 IRB.conf[:USE_MULTILINE] = false